We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e30c4 commit aaa3442Copy full SHA for aaa3442
.github/workflows/codeception.yml
@@ -68,7 +68,7 @@ jobs:
68
uses: ./.github/actions/codeception
69
with:
70
working-directory: plugins/${{ steps.plugin.outputs.slug }}
71
- extensions: ["json", "mbstring"]
72
php: ${{ matrix.php }}
73
wordpress: ${{ matrix.wordpress }}
+ extensions: json,mbstring
74
coverage: 1
0 commit comments