Problem/Motivation
\Drupal\Core\PhpRequirements::minimumSupportedPhp() was introduced in Drupal 9.4 to warn users if they are running an older unsupported version of PHP. The list has not been updated since then with more recent PHP releases.
Steps to reproduce
Proposed resolution
- Add dates for PHP 8.2 and 8.3 end of security support
- Remove older versions of PHP below \Drupal::MINIMUM_PHP
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3407720
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 #5
gappleComment #6
dwwGood find, thanks! Does what it says it should. Doesn’t impact any tests. Bot is green. Title and summary are clear and accurate. Nothing to fix that I see. RTBC. Thanks!
Comment #7
alexpottCommitted and pushed 59abed4dc7 to 11.x and 291b8bb354 to 10.2.x. Thanks!
Backported to 10.2 so this is more up-to-date in the next minor version of Drupal.
Comment #10
xjm