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 8092079 commit 53ba2f7Copy full SHA for 53ba2f7
.github/workflows/tests.yml
@@ -34,7 +34,9 @@ jobs:
34
coverage: none
35
36
- name: Install dependencies
37
- run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction --no-progress
+ run: |
38
+ composer require "illuminate/contracts=${{ matrix.laravel }}" --no-update
39
+ composer update --prefer-dist --no-interaction --no-progress
40
41
- name: Execute tests
42
run: vendor/bin/phpunit --verbose
0 commit comments