We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6d91aa commit bb6a770Copy full SHA for bb6a770
.github/workflows/CI.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: shivammathur/setup-php@v2
15
with:
16
php-version: ${{ matrix.php-versions }}
17
- extensions: gd, mbstring, pcov, zip
+ extensions: gd, mbstring, xdebug, zip
18
ini-values: max_execution_time=600, memory_limit=-1
19
tools: composer:v2
20
- coverage: pcov
+ coverage: xdebug
21
env:
22
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
0 commit comments