Skip to content

Commit bc591a6

Browse files
committed
ci: try to fix windows composer
1 parent 35adf45 commit bc591a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,9 @@ jobs:
4646
ssh-keyscan github.com >> ~/.ssh/known_hosts
4747
4848
- name: Install dependencies
49+
shell: bash
4950
run: |
50-
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 }}'
5152
5253
- name: Execute tests
5354
run: vendor/bin/pest

0 commit comments

Comments
 (0)