Skip to content

Commit

Permalink
ci: set back coverage to xdebug for PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 19, 2021
1 parent b0af14e commit b492531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: pcov
coverage: xdebug
- name: Cache module
uses: actions/cache@v2
with:
Expand Down

0 comments on commit b492531

Please sign in to comment.