Closed (fixed)
Project:
Drupal core
Version:
10.2.x-dev
Component:
base system
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2023 at 05:51 UTC
Updated:
29 Dec 2023 at 00:59 UTC
Jump to comment: Most recent
\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.
- Add dates for PHP 8.2 and 8.3 end of security support
- Remove older versions of PHP below \Drupal::MINIMUM_PHP
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