Skip to content

Commit 88130b9

Browse files
committed
bump workflows for 6.9
1 parent 6045c24 commit 88130b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/phpunit-matrix.js

Whitespace-only changes.

.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.8'
28+
CURRENTLY_SUPPORTED_BRANCH: '6.9'
2929

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
db-type: [ 'mysql' ]
6868
db-version: [ '5.7', '8.4' ]
6969
# WordPress 4.9 is the oldest version that supports PHP 7.2.
70-
wp: [ '4.9', '6.7', '6.8', '6.9-RC1' ]
70+
wp: [ '4.9', '6.7', '6.8', '6.9' ]
7171
multisite: [ false, true ]
7272

7373
exclude:
@@ -102,7 +102,7 @@ jobs:
102102
db-type: [ 'mysql' ]
103103
db-version: [ '8.4' ]
104104
# WordPress 4.9 is the oldest version that supports PHP 7.2.
105-
wp: [ '6.7', '6.8' ]
105+
wp: [ '6.8', '6.9' ]
106106
multisite: [ false, true ]
107107

108108
exclude:

.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.2', '7.3', '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.5' ]
74-
wp: [ '6.7', '6.8' ]
74+
wp: [ '6.8', '6.9' ]
7575
multisite: [ false, true ]
7676

7777
exclude:

0 commit comments

Comments
 (0)