Skip to content

Commit 53ba2f7

Browse files
Update tests.yml
1 parent 8092079 commit 53ba2f7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
coverage: none
3535

3636
- name: Install dependencies
37-
run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction --no-progress
37+
run: |
38+
composer require "illuminate/contracts=${{ matrix.laravel }}" --no-update
39+
composer update --prefer-dist --no-interaction --no-progress
3840
3941
- name: Execute tests
4042
run: vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)