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

Command icon 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

gapple created an issue. See original summary.

gapple changed the visibility of the branch 3407720-update-phpeoldates to hidden.

gapple changed the visibility of the branch 3407720-update-phpeoldates to active.

gapple’s picture

Assigned: gapple » Unassigned
Status: Active » Needs review
dww’s picture

Status: Needs review » Reviewed & tested by the community

Good 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!

alexpott’s picture

Version: 11.x-dev » 10.2.x-dev
Status: Reviewed & tested by the community » Fixed

Committed 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.

  • alexpott committed 291b8bb3 on 10.2.x
    Issue #3407720 by gapple: Update list of PHP EOL dates
    
    (cherry picked...

  • alexpott committed 59abed4d on 11.x
    Issue #3407720 by gapple: Update list of PHP EOL dates
    
xjm’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.