Increment php recommndations
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Dec 2021 22:44:03 +0000 (11:44 +1300)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 16 Dec 2021 22:44:03 +0000 (11:44 +1300)
CRM/Upgrade/Incremental/General.php

index 9023a670c80090d355d5ee38d8ad92f16ca4a3a4..3b95537b40fb9c26cba69aa12068bdc26133ceec 100644 (file)
@@ -26,14 +26,14 @@ class CRM_Upgrade_Incremental_General {
    * The point release will be dropped in recommendations unless it's .1 or
    * higher.
    */
-  const RECOMMENDED_PHP_VER = '7.3.0';
+  const RECOMMENDED_PHP_VER = '7.4.0';
 
   /**
    * The minimum recommended PHP version.
    *
    * A site running an earlier version will be told to upgrade.
    */
-  const MIN_RECOMMENDED_PHP_VER = '7.2.0';
+  const MIN_RECOMMENDED_PHP_VER = '7.3.0';
 
   /**
    * The minimum PHP version required to install Civi.