Skip to content

Commit

Permalink
Build/Test Tools: Test against MySQL 8.3
Browse files Browse the repository at this point in the history
Version 8.3 is the latest short-term innovation release of MySQL.

See #59779.

git-svn-id: https://develop.svn.wordpress.org/trunk@57379 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Jan 30, 2024
1 parent 90ad304 commit 94e6fe9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
os: [ ubuntu-latest ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0', '8.1', '8.2' ]
db-version: [ '5.7', '8.0', '8.1', '8.2', '8.3' ]
multisite: [ false, true ]
memcached: [ false ]

Expand Down
2 changes: 2 additions & 0 deletions .version-support-mysql.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"6-5": [
"8.3",
"8.2",
"8.1",
"8.0",
"5.7",
"5.6",
Expand Down

0 comments on commit 94e6fe9

Please sign in to comment.