From e1a10703aceae2bb755c7ce8dae4a7fbef54a6a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=CC=81bor=20Hojtsy?= Date: Mon, 31 Jan 2022 09:42:11 +0100 Subject: [PATCH] Issue #3261357 by xjm: Increase Drupal 10's RECOMMENDED_PHP to 8.1 now (cherry picked from commit 0198e04eb08af457d8c3af38aad12ba7295379a4) --- core/lib/Drupal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Drupal.php b/core/lib/Drupal.php index 2a3e4d5e367..6ab16c58dcc 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -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.