Skip to content

Commit

Permalink
Add xdebug for coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlambe authored Nov 14, 2024
1 parent 0c823c3 commit 43607ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
php-version: ['8.2.x', '8.3.x']
php-version: ['8.2', '8.3']

steps:
- uses: actions/checkout@v4
Expand All @@ -25,7 +25,7 @@ jobs:
with:
php-version: ${{ matrix.php-versions }}
extensions: none, ctype, curl, dom, json, libxml, mbstring, openssl, phar, tokenizer, xml, xmlwriter
coverage: none
coverage: xdebug
tools: none

- name: Validate composer.json and composer.lock
Expand Down

0 comments on commit 43607ef

Please sign in to comment.