Skip to content

Commit d080a4c

Browse files
authoredApr 1, 2023
Update ci.yml
1 parent f099709 commit d080a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Install dependencies
5454
run: |
55-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "orchestra/database:${{ matrix.testbench }}" --no-interaction --no-update
55+
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
5656
composer update --${{ matrix.prefer }} --prefer-dist --no-interaction --no-suggest
5757
5858
- name: Run tests

0 commit comments

Comments
 (0)
Please sign in to comment.