Skip to content

Commit 39e985c

Browse files
committed
Force fresh dependencies
1 parent 3432870 commit 39e985c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
with:
2323
php-version: ${{ matrix.php }}
2424
coverage: pcov
25-
- run: composer install --no-progress
25+
- run: composer update --no-progress
2626
- run: vendor/bin/phpstan analyse
2727
- run: vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)