From 1ce94975e241f45d79ed3803323710715c8a0b9d Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Fri, 26 Nov 2021 15:11:24 +0000
Subject: [PATCH] Issue #3214924 by catch: Increase DRUPAL_RECOMMENDED_PHP to
 8.0 in Drupal 9.3 or 9.4

(cherry picked from commit 0893b9b2e06f609a7c310c0bc0ce787f415badea)
---
 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 4ffa6c6f0b0b..5e67fbc33ab8 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 = '7.4';
+  const RECOMMENDED_PHP = '8.0';
 
   /**
    * The currently active container object, or NULL if not initialized yet.
-- 
GitLab