Add php8.4 support
This commit is contained in:
@@ -171,6 +171,7 @@ class WOService():
|
||||
'php8.1-fpm',
|
||||
'php8.2-fpm',
|
||||
'php8.3-fpm',
|
||||
'php8.4-fpm',
|
||||
]:
|
||||
retcode = subprocess.getstatusoutput('service {0} status'
|
||||
.format(service_name))
|
||||
|
||||
Reference in New Issue
Block a user