Add php8.3 support
This commit is contained in:
@@ -107,6 +107,7 @@ class WOStackUpgradeController(CementBaseController):
|
||||
pargs.php80 = True
|
||||
pargs.php81 = True
|
||||
pargs.php82 = True
|
||||
pargs.php83 = True
|
||||
pargs.mysql = True
|
||||
pargs.wpcli = True
|
||||
|
||||
@@ -141,6 +142,7 @@ class WOStackUpgradeController(CementBaseController):
|
||||
'php80': WOVar.wo_php80,
|
||||
'php81': WOVar.wo_php81,
|
||||
'php82': WOVar.wo_php82,
|
||||
'php83': WOVar.wo_php83,
|
||||
}
|
||||
|
||||
for parg_version, version in WOVar.wo_php_versions.items():
|
||||
|
||||
Reference in New Issue
Block a user