diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9be472c96..24011fcd1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: coverage: none - name: Install dependencies - run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction --no-suggest + run: composer require "illuminate/contracts=${{ matrix.laravel }}" --prefer-dist --no-interaction - name: Execute tests run: vendor/bin/phpunit --verbose