diff --git a/check_process b/check_process index cd1be94..6eb0f09 100644 --- a/check_process +++ b/check_process @@ -32,11 +32,19 @@ ; Checks setup_sub_dir=1 backup_restore=1 -;; Test avec php 7.0 +;; Test avec php 7.4 ; Manifest domain="domain.tld" (DOMAIN) path="/path" (PATH) - php_version="7.0" + php_version="7.4" + ; Checks + setup_sub_dir=1 + backup_restore=1 +;; Test avec php 8.0 + ; Manifest + domain="domain.tld" (DOMAIN) + path="/path" (PATH) + php_version="8.0" ; Checks setup_sub_dir=1 backup_restore=1 diff --git a/manifest.json b/manifest.json index 2e59640..1da7ac7 100644 --- a/manifest.json +++ b/manifest.json @@ -47,7 +47,7 @@ "ask": { "en": "Choose the version of PHP to use." }, - "default": "8.0" + "default": "7.3" } ] }