Skip to content

Commit 531d80c

Browse files
committed
Add 7.0 RC2 to upgrade testing.
1 parent da6a04b commit 531d80c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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)