Skip to content

Commit b2258c9

Browse files
authored
[5.2] add PHP8.4 to PhpVersionCheck quickicon (#44809)
1 parent e18bfd2 commit b2258c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,10 @@ private function getPhpSupport()
147147
'security' => '2025-12-31',
148148
'eos' => '2027-12-31',
149149
],
150+
'8.4' => [
151+
'security' => '2026-12-31',
152+
'eos' => '2028-12-31',
153+
],
150154
];
151155

152156
// Fill our return array with default values

0 commit comments

Comments
 (0)