ci: explicitly enable xdebug coverage

This commit is contained in:
Stefan Kalscheuer 2024-08-08 17:32:34 +02:00
parent a693e0b9c0
commit b850da2e02
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

@ -15,6 +15,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
tools: composer
- name: Install
run: composer install --no-interaction