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
This commit is contained in:
Jonathan Desrosiers
2023-11-08 00:34:17 +00:00
parent 9c19bc5a2c
commit a31c785af1
+1 -1
View File
@@ -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 }}