Skip to content

Commit 37b7db5

Browse files
committed
Update tests.yml
1 parent e1d0f08 commit 37b7db5

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
@@ -190,7 +190,7 @@ jobs:
190190
191191
- name: Install dependencies
192192
run: |
193-
composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }} --with="illuminate/contracts=^${{ matrix.laravel }}"
193+
composer update --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
194194
195195
- name: Execute tests
196196
run: vendor/bin/pest -vvv

0 commit comments

Comments
 (0)