Skip to content

Commit e2bec55

Browse files
committed
Merge branch 'trunk' into 41-46
2 parents 7727b44 + c20fa52 commit e2bec55

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-old-branches.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
permissions: {}
2626

2727
env:
28-
CURRENTLY_SUPPORTED_BRANCH: '6.7'
28+
CURRENTLY_SUPPORTED_BRANCH: '6.8'
2929

3030
jobs:
3131
dispatch-workflows-for-old-branches:

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