Skip to content

Commit 3e0d4b1

Browse files
committed
Updated workflow to run tests on various WP and PHP versions
1 parent 946163d commit 3e0d4b1

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/codeception.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
# TODO: Add back in once working
28-
# php: ["8.4","8.3","8.2", "8.1", "8.0", "7.4"]
29-
# wordpress: ["6.8","6.7", "6.6", "6.5", "6.4", "6.3", "6.2"]
30-
php: [ "8.2"]
31-
wordpress: [ "6.8" ]
27+
php: ["8.4","8.3","8.2","8.1","8.0","7.4"]
28+
wordpress: ["6.8","6.7","6.6","6.5"]
3229
include:
3330
- php: "8.2"
3431
wordpress: "6.8"
@@ -70,4 +67,4 @@ jobs:
7067
working-directory: plugins/${{ steps.plugin.outputs.slug }}
7168
php: ${{ matrix.php }}
7269
wordpress: ${{ matrix.wordpress }}
73-
extensions: json,mbstring
70+
extensions: json,mbstring

0 commit comments

Comments
 (0)