We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c03ece5 commit 2d153e5Copy full SHA for 2d153e5
.github/workflows/dependencies.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: shivammathur/setup-php@v2
21
with:
22
php-version: ${{ env.PHP_VERSION }}
23
+ coverage: none
24
tools: composer:v2
25
- uses: actions/checkout@v3
26
- uses: actions/cache@v3
.github/workflows/tests.yml
@@ -26,6 +26,7 @@ jobs:
27
28
php-version: ${{ matrix.php-version }}
29
30
31
32
0 commit comments