From 94e6fe9f8ad05571d810c4a7fc2afdeeea1c0fee Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 30 Jan 2024 00:32:50 +0000 Subject: [PATCH] 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 --- .github/workflows/phpunit-tests.yml | 2 +- .version-support-mysql.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index 15cb91df50..250e5594dc 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -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 ] diff --git a/.version-support-mysql.json b/.version-support-mysql.json index e316908bc9..79858143a1 100644 --- a/.version-support-mysql.json +++ b/.version-support-mysql.json @@ -1,6 +1,8 @@ { "6-5": [ + "8.3", "8.2", + "8.1", "8.0", "5.7", "5.6",