Skip to content

Commit 2fef007

Browse files
committed
Build/Test Tools: Update the upgrade testing matrix to reflect 6.8.
See #63170. git-svn-id: https://develop.svn.wordpress.org/trunk@60322 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 30b7a97 commit 2fef007

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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.3' ]
69-
wp: [ '6.6', '6.7' ]
69+
wp: [ '6.7', '6.8' ]
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' ]
104+
wp: [ '6.0', '6.1', '6.2', '6.3', '6.4', '6.5', '6.6' ]
105105
multisite: [ false, true ]
106106

107107
exclude:

0 commit comments

Comments
 (0)