Loading core/lib/Drupal/Core/Utility/PhpRequirements.php +3 −3 Original line number Diff line number Diff line Loading @@ -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', ]; /** Loading Loading
core/lib/Drupal/Core/Utility/PhpRequirements.php +3 −3 Original line number Diff line number Diff line Loading @@ -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', ]; /** Loading