From c8a546f6e994f049cfb7e092b32cea6cdb87e447 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Fri, 10 Feb 2023 11:25:52 +0100 Subject: [PATCH] php 8.2 testing --- core/include/checkup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/include/checkup.php b/core/include/checkup.php index 4e1b6afb..ecb9ea63 100644 --- a/core/include/checkup.php +++ b/core/include/checkup.php @@ -9,7 +9,7 @@ if(version_compare(PHP_VERSION, '7.2.0', '<') ) { } -if ( version_compare(PHP_VERSION, '8.1.999', '>') ) { +if ( version_compare(PHP_VERSION, '8.2.999', '>') ) { exit('PHP 8.2 pas encore supporté, installez PHP 7.n ou PHP 8.1.n - PHP 8.2 not yet supported, install PHP 7.n or PHP 8.1.n'); }