Skip to content

Commit 6936c5b

Browse files
committed
Build/Test Tools: Run upgrade tests against 6.7.
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
1 parent 44e6c75 commit 6936c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/upgrade-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
php: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
4747
db-type: [ 'mysql' ]
4848
db-version: [ '5.7', '8.0', '8.4' ]
49-
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7-RC1' ]
49+
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6', '6.7' ]
5050
multisite: [ false, true ]
5151

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

7878
exclude:

0 commit comments

Comments
 (0)