From 59abed4dc7f9ba8af53f2566477f11b71a9b0d66 Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Mon, 11 Dec 2023 00:06:21 +0000
Subject: [PATCH] Issue #3407720 by gapple: Update list of PHP EOL dates

---
 core/lib/Drupal/Core/Utility/PhpRequirements.php | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/core/lib/Drupal/Core/Utility/PhpRequirements.php b/core/lib/Drupal/Core/Utility/PhpRequirements.php
index 6538c3a009da..e80882b0bec0 100644
--- a/core/lib/Drupal/Core/Utility/PhpRequirements.php
+++ b/core/lib/Drupal/Core/Utility/PhpRequirements.php
@@ -31,10 +31,9 @@ final class PhpRequirements {
    *   by the PHP version.
    */
   private static $phpEolDates = [
-    '7.3' => '2021-12-06',
-    '7.4' => '2022-11-28',
-    '8.0' => '2023-11-26',
     '8.1' => '2024-11-25',
+    '8.2' => '2025-12-08',
+    '8.3' => '2026-11-23',
   ];
 
   /**
-- 
GitLab