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 9a3f301 commit 43bfc4dCopy full SHA for 43bfc4d
.github/workflows/ci.yml
@@ -45,6 +45,7 @@ jobs:
45
46
- name: Install Composer dependencies
47
run: |
48
+ composer install --prefer-dist --no-progress --no-interaction
49
composer update "illuminate/support:${{ matrix.laravel-versions }}" "illuminate/container:${{ matrix.laravel-versions }}" --with-all-dependencies --prefer-dist --no-progress --no-interaction
50
51
- name: Print lock (tmp)
0 commit comments