From c328b4260bfe7b25187d5cab3859fdc9079218f2 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 17 Jul 2024 08:30:53 +0200 Subject: [PATCH] Use Xdebug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c453f3..bedc8ab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: uses: "shivammathur/setup-php@v2" with: php-version: "${{ matrix.php-version }}" - coverage: "pcov" + coverage: "xdebug" - name: "Install dependencies with Composer" run: "./tools/composer update --no-ansi --no-interaction --no-progress"