Skip to content

Commit

Permalink
Use Xdebug (PCOV is unmaintained)
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Nov 25, 2024
1 parent b6d91aa commit bb6a770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
extensions: gd, mbstring, pcov, zip
extensions: gd, mbstring, xdebug, zip
ini-values: max_execution_time=600, memory_limit=-1
tools: composer:v2
coverage: pcov
coverage: xdebug
env:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bb6a770

Please sign in to comment.