Skip to content

Commit

Permalink
enable xdebug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
moitran committed Jun 3, 2024
1 parent 44fff7e commit 18d1e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
coverage: none
coverage: xdebug

- name: Install composer dependencies
run: composer install -n --prefer-dist
Expand Down

0 comments on commit 18d1e32

Please sign in to comment.