Skip to content

Commit

Permalink
Merge pull request #26985 from colemanw/recPHPver
Browse files Browse the repository at this point in the history
Bump recommended PHP version to 8.1, min recommendation to 8.0
  • Loading branch information
seamuslee001 authored Aug 3, 2023
2 parents 3fc9d32 + 856b667 commit 46a4ecb
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 @@ -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.4.0';
const RECOMMENDED_PHP_VER = '8.1.0';

/**
* The minimum recommended PHP version.
*
* A site running an earlier version will be told to upgrade.
*/
const MIN_RECOMMENDED_PHP_VER = '7.4.0';
const MIN_RECOMMENDED_PHP_VER = '8.0.0';

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

0 comments on commit 46a4ecb

Please sign in to comment.