Skip to content

Commit dd59c42

Browse files
committed
No need for coverage-guard to run tests on old PHP
1 parent a75dbc0 commit dd59c42

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ jobs:
4747
php-version: ${{ matrix.php-version }}
4848
-
4949
name: Update dependencies
50-
run: composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
50+
run: |
51+
composer remove --dev shipmonk/coverage-guard --no-update
52+
composer update --no-progress --${{ matrix.dependency-version }} --prefer-dist --no-interaction
5153
-
5254
name: Run tests
5355
run: composer check:tests

0 commit comments

Comments
 (0)