From c1a4dff315e86fd4e37004ce4761a68e3919184c Mon Sep 17 00:00:00 2001 From: catch <catch@35733.no-reply.drupal.org> Date: Sat, 9 Jul 2022 09:14:25 +0900 Subject: [PATCH] Issue #3294938 by xjm, catch, dww: Increase RECOMMENDED_PHP to 8.1.6 --- 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 272b1e19abd9..ccd2d848147c 100644 --- a/core/lib/Drupal.php +++ b/core/lib/Drupal.php @@ -121,7 +121,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.1'; + const RECOMMENDED_PHP = '8.1.6'; /** * The currently active container object, or NULL if not initialized yet. -- GitLab