From 0198e04eb08af457d8c3af38aad12ba7295379a4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ga=CC=81bor=20Hojtsy?= <gabor@hojtsy.hu>
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

---
 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 a42a0f956458..c024b4625460 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.
-- 
GitLab