Skip to content

Commit 654eec8

Browse files
committed
update tests
1 parent 0dd67e6 commit 654eec8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ jobs:
4242

4343
- name: Install dependencies
4444
run: |
45-
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
4645
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
4746
4847
- name: Execute tests
49-
run: vendor/bin/phpunit --verbose
48+
run: vendor/bin/phpunit

0 commit comments

Comments
 (0)