Issue #3407720 by gapple: Update list of PHP EOL dates

merge-requests/5760/head
Alex Pott 2023-12-11 00:06:21 +00:00
parent 79a07a4e31
commit 59abed4dc7
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 2 additions and 3 deletions

View File

@ -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',
];
/**