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 95e8c85 commit 346c766Copy full SHA for 346c766
.github/workflows/test.yml
@@ -38,6 +38,9 @@ jobs:
38
matrix:
39
php-version: ${{ fromJSON(needs.php-matrix.outputs.versions) }}
40
coverage: ['none']
41
+ exclude:
42
+ - php-version: ${{ needs.php-matrix.outputs.highest }}
43
+ coverage: 'none'
44
include:
45
- php-version: ${{ needs.php-matrix.outputs.highest }}
46
coverage: xdebug
0 commit comments