update php
Tests / PHPUnit (push) Failing after 35s

This commit is contained in:
root
2026-07-29 19:03:57 -04:00
parent 8509497326
commit f8f00c70c8
15 changed files with 1876 additions and 418 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
*---------------------------------------------------------------
*/
$minPhpVersion = '8.1'; // If you update this, don't forget to update `spark`.
$minPhpVersion = '8.5'; // If you update this, don't forget to update `spark`.
if (version_compare(PHP_VERSION, $minPhpVersion, '<')) {
$message = sprintf(
'Your PHP version must be %s or higher to run CodeIgniter. Current version: %s',