Issue #3261357 by xjm: Increase Drupal 10's RECOMMENDED_PHP to 8.1 now

(cherry picked from commit 0198e04eb0)
merge-requests/1755/head
Gábor Hojtsy 2022-01-31 09:42:11 +01:00
parent f004d8a63d
commit e1a10703ac
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class Drupal {
* message, but Drupal can still be installed. Used for (e.g.) PHP versions
* that have reached their EOL or will in the near future.
*/
const RECOMMENDED_PHP = '8.0';
const RECOMMENDED_PHP = '8.1';
/**
* The currently active container object, or NULL if not initialized yet.