Skip to content

Commit ee6a6fe

Browse files
Use Xdebug
1 parent c62945b commit ee6a6fe

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
ini-values: memory_limit=-1
7979

8080
- name: "Install dependencies with Composer"

0 commit comments

Comments
 (0)