Skip to content

Commit

Permalink
[K6.2] Add php 8.3.0 support
Browse files Browse the repository at this point in the history
xillibit committed Nov 23, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent ae6b433 commit 7c26327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/script.php
Original file line number Diff line number Diff line change
@@ -50,6 +50,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
*/
protected $versions = [
'PHP' => [
'8.3' => '8.3.0',
'8.2' => '8.2.0',
'8.1' => '8.1.0',
'8.0' => '8.0.0',

0 comments on commit 7c26327

Please sign in to comment.