Skip to content

Commit 0439943

Browse files
authored
[4.4] add PHP8.3 to PhpVersionCheck quickicon (#43145)
1 parent 9d5b5a2 commit 0439943

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
@@ -143,6 +143,10 @@ private function getPhpSupport()
143143
'security' => '2024-12-08',
144144
'eos' => '2025-12-08',
145145
],
146+
'8.3' => [
147+
'security' => '2025-11-23',
148+
'eos' => '2026-11-23',
149+
],
146150
];
147151

148152
// Fill our return array with default values

0 commit comments

Comments
 (0)