Skip to content

Commit 86e4699

Browse files
committed
Build/Test Tools: Add 7.0-RC2 to upgrade testing workflows.
Since this workflow tests based on tagged versions available through WP-CLI, the pre-release versions need to be used. Follow up to [62160]. See #64966. git-svn-id: https://develop.svn.wordpress.org/trunk@62166 602fd350-edb4-49c9-b593-d223f7449a82
1 parent da6a04b commit 86e4699

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
db-type: [ 'mysql' ]
7676
db-version: [ '5.7', '8.4' ]
7777
# WordPress 5.3 is the oldest version that supports PHP 7.4.
78-
wp: [ '5.3', '6.8', '6.9' ]
78+
wp: [ '5.3', '6.8', '6.9', '7.0-RC2' ]
7979
multisite: [ false, true ]
8080
with:
8181
os: ${{ matrix.os }}
@@ -101,7 +101,7 @@ jobs:
101101
php: [ '7.4', '8.4' ]
102102
db-type: [ 'mysql' ]
103103
db-version: [ '8.4' ]
104-
wp: [ '6.8', '6.9' ]
104+
wp: [ '6.8', '6.9', '7.0-RC2' ]
105105
multisite: [ false, true ]
106106
with:
107107
os: ${{ matrix.os }}

.github/workflows/upgrade-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
php: [ '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
7272
db-type: [ 'mysql' ]
7373
db-version: [ '5.7', '8.0', '8.4', '9.6' ]
74-
wp: [ '6.8', '6.9' ]
74+
wp: [ '6.8', '6.9', '7.0-RC2' ]
7575
multisite: [ false, true ]
7676
with:
7777
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)