Skip to content

Commit f9e06ae

Browse files
committed
chore: use xdebug on CI
1 parent 6931427 commit f9e06ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.phpversion }}
33+
coverage: xdebug
3334
- name: get composer cache directory
3435
id: composer-cache
3536
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

0 commit comments

Comments
 (0)