From d07829af96cfc709446e217844227b0e48fa2fbd Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 12 Mar 2021 21:09:31 +0100 Subject: [PATCH] Adding PHP7.4 and PHP8.0 --- check_process | 12 ++++++++++-- manifest.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) 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" } ] }