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 da15118 commit 5a76949Copy full SHA for 5a76949
.github/workflows/ci.yaml
@@ -31,14 +31,9 @@ jobs:
31
- name: "Install PHP"
32
uses: "shivammathur/setup-php@v2"
33
with:
34
- coverage: "none"
+ coverage: "xdebug"
35
php-version: "${{ matrix.php-version }}"
36
37
- - name: "Install Xdebug"
38
- run: |
39
- pecl install xdebug
40
- echo "zend_extension=$(php -r 'echo ini_get(\"extension_dir\");')/xdebug.so" > $GITHUB_WORKSPACE/xdebug.ini
41
-
42
- name: "Composer install"
43
uses: "ramsey/composer-install@v2"
44
0 commit comments