Skip to content

Commit 8889ce5

Browse files
Use Xdebug
1 parent 449d3e7 commit 8889ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
uses: "shivammathur/setup-php@v2"
7575
with:
7676
php-version: "${{ matrix.php-version }}"
77-
coverage: "pcov"
77+
coverage: "xdebug"
7878

7979
- name: "Install dependencies with Composer"
8080
run: "./tools/composer update --no-ansi --no-interaction --no-progress"

0 commit comments

Comments
 (0)