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
Branches
Tags
5 merge requests!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!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
Pipeline: drupal

#172192

    Pipeline: drupal

    #172187

      Pipeline: drupal

      #172182

        +1
        ...@@ -131,7 +131,7 @@ class Drupal { ...@@ -131,7 +131,7 @@ class Drupal {
        * message, but Drupal can still be installed. Used for (e.g.) PHP versions * message, but Drupal can still be installed. Used for (e.g.) PHP versions
        * that have reached their EOL or will in the near future. * 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. * 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.
        Please register or to comment