From 7cab8103ced925d7722a5685afbbc1a1dfdc4220 Mon Sep 17 00:00:00 2001
From: Lee Rowlands <lee.rowlands@previousnext.com.au>
Date: Thu, 2 Nov 2023 08:16:06 +1000
Subject: [PATCH] Issue #3397110: Increase RECOMMENDED_PHP to 8.2 for Drupal
 10.2

---
 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 cb51a509fcee..f8cbe1aea07f 100644
--- a/core/lib/Drupal.php
+++ b/core/lib/Drupal.php
@@ -131,7 +131,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.6';
+  const RECOMMENDED_PHP = '8.2.0';
 
   /**
    * The currently active container object, or NULL if not initialized yet.
-- 
GitLab