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

(cherry picked from commit e21d4b5047)
merge-requests/7375/merge
Dave Long 2024-05-01 20:54:59 +01:00
parent 68cf009115
commit 0e1ca10de4
No known key found for this signature in database
GPG Key ID: ED52AE211E142771
1 changed files with 3 additions and 3 deletions

View File

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