Skip to content

Commit bd286f6

Browse files
committed
ci: pin contracts with better constraint
1 parent 4338932 commit bd286f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Install dependencies
4949
run: |
50-
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
50+
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}.0"
5151
5252
- name: Execute tests
5353
run: vendor/bin/pest
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Install dependencies
8787
run: |
88-
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
88+
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}.0"
8989
9090
- name: Execute tests
9191
run: vendor/bin/pest

0 commit comments

Comments
 (0)