Skip to content

Commit 73a7040

Browse files
authored
Merge pull request #389 from Yoast/JRF/ghactions-tests-fix-min-wp
GH Actions/tests: fix up the matrix
2 parents 0e753cf + 938ed94 commit 73a7040

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
matrix:
129129
include:
130130
- php_version: "7.2"
131-
wp_version: "6.2"
131+
wp_version: "6.5"
132132
multisite: true
133133
coverage: true
134134

@@ -143,7 +143,7 @@ jobs:
143143
coverage: false
144144

145145
- php_version: "8.0"
146-
wp_version: "6.2"
146+
wp_version: "6.6"
147147
multisite: false
148148
coverage: false
149149

@@ -153,13 +153,12 @@ jobs:
153153
coverage: false
154154

155155
- php_version: "8.2"
156-
wp_version: "6.3"
156+
wp_version: "6.5"
157157
multisite: true
158158
coverage: false
159159

160-
# WP 6.4 is the earliest version which supports PHP 8.3.
161160
- php_version: '8.3'
162-
wp_version: '6.4'
161+
wp_version: '6.6'
163162
multisite: true
164163
coverage: true
165164

0 commit comments

Comments
 (0)