Skip to content

Commit

Permalink
[K6.3] Add php 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Nov 23, 2023
1 parent ef51be8 commit e9c1819
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
Expand Up @@ -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',
Expand Down

0 comments on commit e9c1819

Please sign in to comment.