Skip to content

Commit

Permalink
[K6.2] Set back Mysql min version to the old 5.7.23 version
Browse files Browse the repository at this point in the history
  • Loading branch information
xillibit committed Oct 23, 2023
1 parent a055a0c commit 9ac627e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Joomla: version 4.3.4 or greater (>= 4.3.4 recommended)
PHP: version 7.4.1 or greater (>= 7.4.1 recommended)
MySQL: version 5.7.30 or greater (>= 5.7.30 recommended)
MySQL: version 5.7.23 or greater (>= 5.7.23 recommended)

Our installer will check for minimal version requirements and will abort the install if they are no met.

Expand Down
4 changes: 2 additions & 2 deletions src/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class Pkg_KunenaInstallerScript extends InstallerScript
'MySQL' => [
'8.1' => '8.1.0',
'8.0' => '8.0.0',
'5.7' => '5.7.30',
'0' => '5.7.30', // Preferred version
'5.7' => '5.7.23',
'0' => '5.7.23', // Preferred version
],
'mariaDB' => [
'11.0' => '11.0',
Expand Down

0 comments on commit 9ac627e

Please sign in to comment.