Skip to content

Commit 95e8c85

Browse files
committed
GitHub Actions: Fix test.yml
1 parent a3afdf4 commit 95e8c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
strategy:
3838
matrix:
3939
php-version: ${{ fromJSON(needs.php-matrix.outputs.versions) }}
40-
coverage: none
40+
coverage: ['none']
4141
include:
4242
- php-version: ${{ needs.php-matrix.outputs.highest }}
4343
coverage: xdebug

0 commit comments

Comments
 (0)