mirror of
https://github.com/Findus23/matomo-DiagnosticsExtended.git
synced 2024-09-11 06:43:46 +02:00
add more php version EOL dates
This commit is contained in:
parent
a955923efc
commit
fa794601bf
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue