From 7661fab87f84144d0d32d8006103f5e8f381800c Mon Sep 17 00:00:00 2001 From: eileen Date: Mon, 2 Mar 2020 17:01:39 +1300 Subject: [PATCH] Increase php min recommended version We seem to not be doing a good job of communicating about dropping php 7.0 but given php 7.1 is now out of support https://www.php.net/supported-versions.php it seems pretty clear it meets no longer meets the criteria for 'minimum recommended' https://www.php.net/supported-versions.php --- CRM/Upgrade/Incremental/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/General.php b/CRM/Upgrade/Incremental/General.php index 9c7144606c..8f5c045f61 100644 --- a/CRM/Upgrade/Incremental/General.php +++ b/CRM/Upgrade/Incremental/General.php @@ -30,7 +30,7 @@ class CRM_Upgrade_Incremental_General { /** * The previous recommended PHP version. */ - const MIN_RECOMMENDED_PHP_VER = '7.1'; + const MIN_RECOMMENDED_PHP_VER = '7.2'; /** * The minimum PHP version required to install Civi. -- 2.25.1