set max php to 8.3
This commit is contained in:
parent
f6c043ed76
commit
102acd14f5
1 changed files with 2 additions and 2 deletions
|
@ -38,5 +38,5 @@ define('C_SETUP_STEPFILE_ACTIVE', 'images/steps/s%da.png');
|
|||
define('C_SETUP_STEPWIDTH', 28);
|
||||
define('C_SETUP_STEPHEIGHT', 28);
|
||||
define('C_SETUP_MIN_PHP_VERSION', '7.4.0');
|
||||
define('C_SETUP_MAX_PHP_VERSION', '8.2.0');
|
||||
define('C_SETUP_VERSION', '2.2.0 beta');
|
||||
define('C_SETUP_MAX_PHP_VERSION', '8.3.0');
|
||||
define('C_SETUP_VERSION', '2.3.0 alpha');
|
||||
|
|
Loading…
Reference in a new issue