Skip to content

Commit e1e8124

Browse files
authored
Update tests.yml
1 parent 8f56e3b commit e1e8124

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
6464
- name: Install dependencies
6565
run: |
66-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
67-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
66+
composer require "illuminate/console:${{ matrix.laravel }}" "illuminate/database:${{ matrix.laravel }}" "illuminate/filesystem:${{ matrix.laravel }}" --no-update
67+
composer require "orchestra/testbench:${{ matrix.testbench }}" --dev --no-update
68+
composer update --prefer-dist --no-suggest
6869
6970
- name: List Installed Dependencies
7071
run: composer show -D

0 commit comments

Comments
 (0)