Skip to content

Commit

Permalink
gha: always make xdebug available
Browse files Browse the repository at this point in the history
Fixes the following phpunit warning for now (which fails the workflow):
> `No code coverage driver available`

We still only upload the coverage when explicitly enabled.
  • Loading branch information
mfn committed Feb 21, 2024
1 parent 6725da1 commit d8e39e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
extensions: mbstring json openssl
coverage: ${{ matrix.coverage }}
coverage: xdebug
ini-values: memory_limit=-1

- name: Setup Problem Matchers
Expand Down

0 comments on commit d8e39e1

Please sign in to comment.