From a31c785af19787a39893816b735be96a08a15412 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Wed, 8 Nov 2023 00:34:17 +0000 Subject: [PATCH] Build/Test Tools: Add 6.3 to the Upgrade Testing workflow. This adds WordPress 6.3 to the Upgrade Testing GitHub Actions workflow. See #59805. git-svn-id: https://develop.svn.wordpress.org/trunk@57082 602fd350-edb4-49c9-b593-d223f7449a82 --- .github/workflows/upgrade-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/upgrade-testing.yml b/.github/workflows/upgrade-testing.yml index 18a45d4bd6..ccf27706e2 100644 --- a/.github/workflows/upgrade-testing.yml +++ b/.github/workflows/upgrade-testing.yml @@ -46,7 +46,7 @@ jobs: 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' ] - wp: [ '6.0', '6.1', '6.2' ] + wp: [ '6.0', '6.1', '6.2', '6.3' ] multisite: [ false, true ] with: os: ${{ matrix.os }}