mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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:
parent
90ad304486
commit
94e6fe9f8a
2
.github/workflows/phpunit-tests.yml
vendored
2
.github/workflows/phpunit-tests.yml
vendored
@ -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 ]
|
||||
|
||||
|
||||
@ -1,6 +1,8 @@
|
||||
{
|
||||
"6-5": [
|
||||
"8.3",
|
||||
"8.2",
|
||||
"8.1",
|
||||
"8.0",
|
||||
"5.7",
|
||||
"5.6",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user