Skip to content

Commit

Permalink
Build/Test Tools: Add missing MySQL versions for WordPress 5.0.
Browse files Browse the repository at this point in the history
Follow up to [57218], [57219], [57220].

See #58977.

git-svn-id: https://develop.svn.wordpress.org/trunk@57221 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Dec 22, 2023
1 parent ea2f0e6 commit a29cff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .version-support-mysql.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@
"5-1": [
"5.7",
"5.6",
"5.5"
"5.5",
"5.1",
"5.0"
],
"5-0": [
"5.7",
Expand Down

0 comments on commit a29cff6

Please sign in to comment.