Skip to content

Commit

Permalink
new dates (#43984)
Browse files Browse the repository at this point in the history
  • Loading branch information
tecpromotion authored Aug 26, 2024
1 parent 9c9dd25 commit ddf3f3b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,15 +137,15 @@ private function getPhpSupport()
],
'8.1' => [
'security' => '2023-11-25',
'eos' => '2024-11-25',
'eos' => '2025-12-31',
],
'8.2' => [
'security' => '2024-12-08',
'eos' => '2025-12-08',
'security' => '2024-12-31',
'eos' => '2026-12-31',
],
'8.3' => [
'security' => '2025-11-23',
'eos' => '2026-11-23',
'security' => '2025-12-31',
'eos' => '2027-12-31',
],
];

Expand Down

0 comments on commit ddf3f3b

Please sign in to comment.