Skip to content

Commit

Permalink
Bump recommended php version to 7.1 and min recommended to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Aug 4, 2018
1 parent dfeca6f commit e6180d9
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 e6180d9

Please sign in to comment.