[4.4] add PHP8.3 to PhpVersionCheck quickicon (#43145)

This commit is contained in:
Christian Heel 2024-03-28 13:34:40 +01:00 committed by GitHub
parent 9d5b5a2ddd
commit 0439943064
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@ final class PhpVersionCheck extends CMSPlugin implements SubscriberInterface
'security' => '2024-12-08',
'eos' => '2025-12-08',
],
'8.3' => [
'security' => '2025-11-23',
'eos' => '2026-11-23',
],
];
// Fill our return array with default values