Skip to content

Commit 4b7f26c

Browse files
committed
Build/Test Tools: Adjust how the 6.8 branch is included in matrices.
Because 6.8 is not yet officially released, `6.8` cannot be used in a test matrix. This removes 6.8 from the Upgrade Testing workflow and changes the value used for the Upgrade Develop Version Testing workflow to `6.8-RC1` to confirm that updating from `6.8-RC1` to `trunk` (which is now `6.9-alpha`) is successful. Follow-up to [60093]. Props mukesh27. See #63164. git-svn-id: https://develop.svn.wordpress.org/trunk@60097 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 30987e7 commit 4b7f26c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/upgrade-develop-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
db-type: [ 'mysql' ]
6565
db-version: [ '5.7', '8.4' ]
6666
# WordPress 4.9 is the oldest version that supports PHP 7.2.
67-
wp: [ '4.9', '6.5', '6.7', '6.8' ]
67+
wp: [ '4.9', '6.5', '6.7', '6.8-RC1' ]
6868
multisite: [ false, true ]
6969

7070
exclude:

.github/workflows/upgrade-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
php: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
6767
db-type: [ 'mysql' ]
6868
db-version: [ '5.7', '8.0', '8.4', '9.1' ]
69-
wp: [ '6.7', '6.8' ]
69+
wp: [ '6.6', '6.7' ]
7070
multisite: [ false, true ]
7171

7272
exclude:
@@ -101,7 +101,7 @@ jobs:
101101
php: [ '7.2', '7.4', '8.0', '8.4' ]
102102
db-type: [ 'mysql' ]
103103
db-version: [ '5.7', '8.4' ]
104-
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6' ]
104+
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5' ]
105105
multisite: [ false, true ]
106106

107107
exclude:

0 commit comments

Comments
 (0)