Increase php min recommended version
authoreileen <emcnaughton@wikimedia.org>
Mon, 2 Mar 2020 04:01:39 +0000 (17:01 +1300)
committereileen <emcnaughton@wikimedia.org>
Mon, 2 Mar 2020 04:01:39 +0000 (17:01 +1300)
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

index 9c7144606ce9de4e5f6ec70b954a975b6370fe4d..8f5c045f61b55fe41219f3cbbb41d6f77fd72e0c 100644 (file)
@@ -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.