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 6931427 commit f9e06aeCopy full SHA for f9e06ae
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
uses: shivammathur/setup-php@v2
31
with:
32
php-version: ${{ matrix.phpversion }}
33
+ coverage: xdebug
34
- name: get composer cache directory
35
id: composer-cache
36
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
0 commit comments