Issue #3446936 by xjm, longwave: Recommend PHP 8.3 in Drupal 10.3

merge-requests/7882/merge
quietone 2024-05-14 18:23:15 +12:00
parent 8030629daa
commit 28035aa52a
No known key found for this signature in database
GPG Key ID: 43BFBBB26EA09FE1
1 changed files with 1 additions and 1 deletions

View File

@ -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.