From a6aedd3c643d61dbd8eabe0d95177a20a7a6f81c Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Nov 2021 09:44:31 +0100 Subject: [PATCH] Update check_process --- check_process | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/check_process b/check_process index d0e42dd..a41f35b 100644 --- a/check_process +++ b/check_process @@ -46,6 +46,19 @@ setup_sub_dir=1 upgrade=1 backup_restore=1 +;; Test with PHP7.4 + ; Manifest + domain="domain.tld" + path="/path" + with_sftp=0 + password="myreallystrengthpassword" + is_public=1 + phpversion="7.4" + with_mysql=0 + ; Checks + setup_sub_dir=1 + upgrade=1 + backup_restore=1 ;; Test with PHP8.0 ; Manifest domain="domain.tld"