Skip to content

Commit 5a76949

Browse files
committed
asdf
1 parent da15118 commit 5a76949

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,9 @@ jobs:
3131
- name: "Install PHP"
3232
uses: "shivammathur/setup-php@v2"
3333
with:
34-
coverage: "none"
34+
coverage: "xdebug"
3535
php-version: "${{ matrix.php-version }}"
3636

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-
4237
- name: "Composer install"
4338
uses: "ramsey/composer-install@v2"
4439
with:

0 commit comments

Comments
 (0)