Skip to content

Commit

Permalink
Bump recommended MySQL version to 8.0 (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy authored Mar 1, 2024
1 parent d25af52 commit 116202f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function() {
add_shortcode(
'recommended_mysql',
function() {
return '5.7';
return '8.0';
}
);

Expand Down

0 comments on commit 116202f

Please sign in to comment.