From 7c3a2338e2594c1bb702c7f693b6bbe8966bbdd9 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 14 Apr 2020 11:21:02 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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