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 e1d0f08 commit 4ea6532Copy full SHA for 4ea6532
.github/workflows/tests.yml
@@ -190,7 +190,7 @@ jobs:
190
191
- name: Install dependencies
192
run: |
193
- composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }} --with="illuminate/contracts=^${{ matrix.laravel }}"
+ composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
194
195
- name: Execute tests
196
run: vendor/bin/pest -vvv
0 commit comments