mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 04:48:25 +01:00
Build/Test Tools: Run upgrade tests against 6.7-RC1.
The `6.7` version tag does not exist yet. This results in the upgrade tests failing when trying to update from 6.7. Since `6.7-RC1` exists, this should be used instead. Follow up to [59275]. See #62221. git-svn-id: https://develop.svn.wordpress.org/trunk@59276 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5b3f0bca42
commit
194277a9e8
2
.github/workflows/upgrade-testing.yml
vendored
2
.github/workflows/upgrade-testing.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
|
||||
db-type: [ 'mysql' ]
|
||||
db-version: [ '5.7', '8.0' ]
|
||||
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7' ]
|
||||
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7-RC1' ]
|
||||
multisite: [ false, true ]
|
||||
with:
|
||||
os: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user