Skip to content

Commit

Permalink
Build/Test Tools: Run upgrade tests against 6.7.
Browse files Browse the repository at this point in the history
Now that 6.7 is generally available, the upgrade tests no longer need to be run against a pre-release version.

See #62221.

git-svn-id: https://develop.svn.wordpress.org/trunk@59397 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
desrosj committed Nov 13, 2024
1 parent 44e6c75 commit 6936c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upgrade-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0', '8.4' ]
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7-RC1' ]
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7' ]
multisite: [ false, true ]

with:
Expand All @@ -72,7 +72,7 @@ jobs:
php: [ '7.2', '7.3', '7.4' ]
db-type: [ 'mysql' ]
db-version: [ '5.7', '8.0', '8.4' ]
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7-RC1' ]
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7' ]
multisite: [ false, true ]

exclude:
Expand Down

0 comments on commit 6936c5b

Please sign in to comment.