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 a75dbc0 commit dd59c42Copy full SHA for dd59c42
.github/workflows/checks.yml
@@ -47,7 +47,9 @@ jobs:
47
php-version: ${{ matrix.php-version }}
48
-
49
name: Update dependencies
50
- run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
+ run: |
51
+ composer remove --dev shipmonk/coverage-guard --no-update
52
+ composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
53
54
name: Run tests
55
run: composer check:tests
0 commit comments