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
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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',
  ];

  /**