Skip to content
Snippets Groups Projects
Verified Commit cbd461cc authored by Dave Long's avatar Dave Long
Browse files

Issue #3440114 by Gábor Hojtsy, andypost, catch, BramDriesen: Update PHP EOL...

Issue #3440114 by Gábor Hojtsy, andypost, catch, BramDriesen: Update PHP EOL dates based on updated PHP team decisions

(cherry picked from commit e21d4b50)
parent 961d2326
No related branches found
No related tags found
2 merge requests!8376Drupal views: adding more granularity to the ‘use ajax’ functionality,!8300Issue #3443586 View area displays even when parent view has no results.
Pipeline #161893 passed with warnings
Pipeline: drupal

#161900

    ......@@ -31,9 +31,9 @@ final class PhpRequirements {
    * by the PHP version.
    */
    private static $phpEolDates = [
    '8.1' => '2024-11-25',
    '8.2' => '2025-12-08',
    '8.3' => '2026-11-23',
    '8.1' => '2025-12-31',
    '8.2' => '2026-12-31',
    '8.3' => '2027-12-31',
    ];
    /**
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment