Drupal 9 reached end of life in November 2023, more than two years ago.
PHP 7 reached end of life a year before that. While it’s still possible to pay Zend for coverage through the end of 2026, the minimum for Drupal 10 is PHP 8.1.
I love that our code keeps working on older sites, because not everyone can keep up with the aggressive release schedule for Symfony and thus Drupal. I am not in a rush on this.
But also I’ve spent some time lately taking advantage of the new stuff in D11 and PHP 8, and I like it.
I figured I’d put this out for discussion and see if anyone has strong feelings about it.
Issue fork saml_sp-3576026
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nickolajPatch drops Drupal 9 from `core_version_requirement` in both `.info.yml` files and adds `php >=8.0` and `drupal/core ^10 || ^11` requirements to `composer.json`.
Comment #6
jrglasgow commented