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 35adf45 commit bc591a6Copy full SHA for bc591a6
.github/workflows/tests.yml
@@ -46,8 +46,9 @@ jobs:
46
ssh-keyscan github.com >> ~/.ssh/known_hosts
47
48
- name: Install dependencies
49
+ shell: bash
50
run: |
- composer update --prefer-dist --no-interaction --no-progress --with='illuminate/contracts:^^^^${{ matrix.laravel }}.0'
51
+ composer update --prefer-dist --no-interaction --no-progress --with='illuminate/contracts:^${{ matrix.laravel }}'
52
53
- name: Execute tests
54
run: vendor/bin/pest
0 commit comments