Skip to content

Commit

Permalink
fix: increase min mysql version to 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Nov 11, 2023
1 parent e6282cf commit c4c7f5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private function checkMariadbVersion(HealthCollection $collection, string $versi

private function checkMysqlVersion(HealthCollection $collection, string $version): void
{
$minVersion = '5.7.21';
$minVersion = '8.0';
$brokenVersions = [
'8.0.20',
'8.0.21',
Expand Down

0 comments on commit c4c7f5b

Please sign in to comment.