Skip to content
Snippets Groups Projects
Verified Commit 28035aa5 authored by quietone's avatar quietone
Browse files

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

parent 8030629d
No related branches found
No related tags found
4 merge requests!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...,!8325Update file Sort.php,!8095Expose document root on install
Pipeline #172173 passed with warnings
+1
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment