Skip to content

Commit 41fd703

Browse files
fix(ci): Fix after release test [skip ci]
1 parent d4e74bd commit 41fd703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
strategy:
167167
fail-fast: false
168168
matrix:
169-
wp-version: [ "4.9", "5.0", 5.5", "5.9", "6.1", "6.2" ]
169+
wp-version: [ "4.9", "5.0", "5.5", "5.9", "6.1", "6.2" ]
170170
php-version: [ "7.2", "7.4", "8.0" ]
171171
exclude:
172172
- { php-version: "7.4", wp-version: "4.9" }

0 commit comments

Comments
 (0)