1
0
Fork 0
mirror of https://github.com/Findus23/matomo-DiagnosticsExtended.git synced 2024-09-19 16:03:46 +02:00

add more php version EOL dates

This commit is contained in:
Lukas Winkler 2023-07-22 23:38:44 +02:00
parent a955923efc
commit fa794601bf
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -53,7 +53,9 @@ class PhpVersionCheck implements Diagnostic
"7.2" => "2020-11-30",
"7.3" => "2021-12-06",
"7.4" => "2022-11-28",
"8.0" => "2023-11-26"
"8.0" => "2023-11-26",
"8.1" => "2024-11-25",
"8.2" => "2025-12-08"
];