Skip to content

Commit

Permalink
[4.4] add PHP8.3 to PhpVersionCheck quickicon (#43145)
Browse files Browse the repository at this point in the history
  • Loading branch information
heelc29 committed Mar 28, 2024
1 parent 9d5b5a2 commit 0439943
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ private function getPhpSupport()
'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
Expand Down

0 comments on commit 0439943

Please sign in to comment.