From dcabf3377db66fd95f1e8dd795562975bc38e398 Mon Sep 17 00:00:00 2001 From: quietone <quietone@2572884.no-reply.drupal.org> Date: Tue, 14 May 2024 18:23:15 +1200 Subject: [PATCH] Issue #3446936 by xjm, longwave: Recommend PHP 8.3 in Drupal 10.3 (cherry picked from commit 28035aa52a88000373d5b74562fad2e766137e08) --- 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 b884766533e5..4ca937b6c68d 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.2.0'; + const RECOMMENDED_PHP = '8.3.0'; /** * The currently active container object, or NULL if not initialized yet. -- GitLab