diff --git a/check_process b/check_process index ca46183..afaef57 100644 --- a/check_process +++ b/check_process @@ -85,6 +85,32 @@ setup_sub_dir=1 upgrade=1 backup_restore=1 +;; Test with PHP8.1 + ; Manifest + domain="domain.tld" + path="/path" + with_sftp=0 + password="myreallystrengthpassword" + is_public=1 + phpversion="8.1" + with_mysql=0 + ; Checks + setup_sub_dir=1 + upgrade=1 + backup_restore=1 +;; Test with PHP8.2 + ; Manifest + domain="domain.tld" + path="/path" + with_sftp=0 + password="myreallystrengthpassword" + is_public=1 + phpversion="8.2" + with_mysql=0 + ; Checks + setup_sub_dir=1 + upgrade=1 + backup_restore=1 ;;; Options Email= Notification=change diff --git a/config_panel.toml b/config_panel.toml index 1d5407d..bff497e 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -24,7 +24,7 @@ name = "My Webapp configuration" [main.php_fpm_config.phpversion] ask = "PHP version" type = "select" - choices = ["none", "7.3", "7.4", "8.0"] + choices = ["none", "7.3", "7.4", "8.0", "8.1", "8.2"] default = "none" [main.php_fpm_config.fpm_footprint] diff --git a/manifest.json b/manifest.json index 69f6b2e..67275a9 100644 --- a/manifest.json +++ b/manifest.json @@ -64,7 +64,7 @@ "en": "Choose a PHP version you want to use for your app", "fr": "Choisissez une version PHP que vous souhaitez utiliser pour votre application" }, - "choices" : ["none", "7.3", "7.4", "8.0"], + "choices" : ["none", "7.3", "7.4", "8.0", "8.1", "8.2"], "default" : "7.4" }, {