Skip to content

Commit ddf3f3b

Browse files
authored
new dates (joomla#43984)
1 parent 9c9dd25 commit ddf3f3b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/quickicon/phpversioncheck/src/Extension/PhpVersionCheck.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,15 @@ private function getPhpSupport()
137137
],
138138
'8.1' => [
139139
'security' => '2023-11-25',
140-
'eos' => '2024-11-25',
140+
'eos' => '2025-12-31',
141141
],
142142
'8.2' => [
143-
'security' => '2024-12-08',
144-
'eos' => '2025-12-08',
143+
'security' => '2024-12-31',
144+
'eos' => '2026-12-31',
145145
],
146146
'8.3' => [
147-
'security' => '2025-11-23',
148-
'eos' => '2026-11-23',
147+
'security' => '2025-12-31',
148+
'eos' => '2027-12-31',
149149
],
150150
];
151151

0 commit comments

Comments
 (0)