We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e2416 commit f900982Copy full SHA for f900982
1 file changed
.github/workflows/tests.yml
@@ -31,6 +31,7 @@ jobs:
31
uses: shivammathur/setup-php@v2
32
with:
33
php-version: ${{ env.PHP_VERSION }}
34
+ coverage: xdebug
35
36
- name: Run MySQL server
37
run: sudo systemctl start mysql
0 commit comments