Skip to content

Commit 38f5cc7

Browse files
committed
updated test workflow
1 parent 27f4a8a commit 38f5cc7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
4343
- name: Install dependencies
4444
run: |
45-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
46-
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
45+
composer install
46+
composer update --ignore-platform-reqs
47+
# composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
48+
# composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4749

4850
- name: List Installed Dependencies
4951
run: composer show -D

0 commit comments

Comments
 (0)