We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22863e2 commit fec5c23Copy full SHA for fec5c23
.github/workflows/tests.yml
@@ -34,7 +34,6 @@ jobs:
34
id: cache-env
35
uses: shivammathur/cache-extensions@v1
36
with:
37
- coverage: xdebug
38
php-version: ${{ matrix.php-versions }}
39
extensions: ${{ env.extensions }}
40
key: ${{ env.key }}
.github/workflows/validations.yml
@@ -61,7 +61,6 @@ jobs:
61
- name: Setup PHP
62
uses: shivammathur/setup-php@v2
63
64
- coverage: none
65
66
67
tools: pecl
0 commit comments