Skip to content

Commit

Permalink
[K6.3] Add MySQL 8.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit authored Nov 24, 2023
1 parent e9c1819 commit df0b554
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 @@ -58,6 +58,7 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'0' => '7.4.1', // Preferred version
],
'MySQL' => [
'8.2' => '8.2.0',
'8.1' => '8.1.0',
'8.0' => '8.0.0',
'5.7' => '5.7.23',
Expand Down

0 comments on commit df0b554

Please sign in to comment.