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 4338932 commit bd286f6Copy full SHA for bd286f6
.github/workflows/tests.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Install dependencies
49
run: |
50
- composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
+ composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}.0"
51
52
- name: Execute tests
53
run: vendor/bin/pest
@@ -85,7 +85,7 @@ jobs:
85
86
87
88
89
90
91
0 commit comments