Skip to content

Commit a009bf4

Browse files
committed
Merge branch '23.0' of [email protected]:Dolibarr/dolibarr.git into develop
2 parents 60c98dd + 5f70077 commit a009bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htdocs/install/check.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
print "<br>\n";
129129

130130
// Check PHP version max
131-
$arrayphpmaxversionwarning = array(8, 4, 0);
131+
$arrayphpmaxversionwarning = array(8, 5, 0);
132132
if (versioncompare(versionphparray(), $arrayphpmaxversionwarning) > 0 && versioncompare(versionphparray(), $arrayphpmaxversionwarning) < 3) { // Maximum to use (warning if higher)
133133
print img_picto('', 'warning', 'class="pictofixedwidth error"');
134134
print $langs->trans("ErrorPHPVersionTooHigh", versiontostring($arrayphpmaxversionwarning));

0 commit comments

Comments
 (0)