Skip to content

Commit

Permalink
Merge pull request #12625 from colemanw/recVer
Browse files Browse the repository at this point in the history
Bump recommended php version to 7.1 and min recommended to 7.0
  • Loading branch information
eileenmcnaughton authored Aug 6, 2018
2 parents 1eaa530 + e6180d9 commit d442d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Upgrade/Incremental/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ class CRM_Upgrade_Incremental_General {
/**
* The recommended PHP version.
*/
const RECOMMENDED_PHP_VER = '7.0';
const RECOMMENDED_PHP_VER = '7.1';

/**
* The previous recommended PHP version.
*/
const MIN_RECOMMENDED_PHP_VER = '5.6';
const MIN_RECOMMENDED_PHP_VER = '7.0';

/**
* The minimum PHP version required to install Civi.
Expand Down

0 comments on commit d442d2d

Please sign in to comment.