Skip to content

Commit 35adf45

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

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
@@ -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 }}.0'
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

0 commit comments

Comments
 (0)