From e669b96f8ae9546be65550ac6f67b4111e47d37b Mon Sep 17 00:00:00 2001 From: David Bomba Date: Tue, 9 Jul 2019 19:13:33 +1000 Subject: [PATCH] Fixes for tests --- app/Utils/SystemHealth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Utils/SystemHealth.php b/app/Utils/SystemHealth.php index 5126fddbca0c..c49953f6ee29 100644 --- a/app/Utils/SystemHealth.php +++ b/app/Utils/SystemHealth.php @@ -27,7 +27,7 @@ class SystemHealth 'zip', ]; - private static $php_version = 7.1; + private static $php_version = 7.3; /**