Skip to content

Commit 6ed01b1

Browse files
committed
fix(workflow): update Pest workflow to use composer update for illuminate/contracts dependency
1 parent 94878b6 commit 6ed01b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Install dependencies
4444
run: |
45-
composer require "laravel/framework:${{ matrix.laravel }}" --${{ matrix.stability }} --prefer-dist --no-interaction
45+
composer update --prefer-dist --no-interaction --no-progress --with="illuminate/contracts:^${{ matrix.laravel }}"
4646
4747
- name: List Installed Dependencies
4848
run: composer show -D

0 commit comments

Comments
 (0)