Skip to content

Commit 94e6fe9

Browse files
committed
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
1 parent 90ad304 commit 94e6fe9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/phpunit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
os: [ ubuntu-latest ]
4848
php: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
4949
db-type: [ 'mysql' ]
50-
db-version: [ '5.7', '8.0', '8.1', '8.2' ]
50+
db-version: [ '5.7', '8.0', '8.1', '8.2', '8.3' ]
5151
multisite: [ false, true ]
5252
memcached: [ false ]
5353

.version-support-mysql.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"6-5": [
3+
"8.3",
34
"8.2",
5+
"8.1",
46
"8.0",
57
"5.7",
68
"5.6",

0 commit comments

Comments
 (0)