Skip to content

Commit 0e3d184

Browse files
authored
Refactor Composer commands in PHP workflow
1 parent 4f382fc commit 0e3d184

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,9 @@ jobs:
157157
158158
- name: Install dependencies
159159
run: |
160-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
161-
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --no-interaction --with-all-dependencies
160+
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
161+
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update --dev
162+
composer update --${{ matrix.dependency-version }} --prefer-dist --no-progress --no-interaction
162163
163164
- name: Create SQLite database
164165
run: touch testbench.sqlite

0 commit comments

Comments
 (0)