Build/Test Tools: Test against MySQL 8.3

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
This commit is contained in:
Jonathan Desrosiers 2024-01-30 00:32:50 +00:00
parent 90ad304486
commit 94e6fe9f8a
2 changed files with 3 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
os: [ ubuntu-latest ] os: [ ubuntu-latest ]
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ] php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
db-type: [ 'mysql' ] 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 ] multisite: [ false, true ]
memcached: [ false ] memcached: [ false ]

View File

@ -1,6 +1,8 @@
{ {
"6-5": [ "6-5": [
"8.3",
"8.2", "8.2",
"8.1",
"8.0", "8.0",
"5.7", "5.7",
"5.6", "5.6",