From d06c6f62591b4192d0d2bfcf6ae331ba1492de49 Mon Sep 17 00:00:00 2001 From: Joseph Silber Date: Thu, 14 Mar 2024 00:57:27 -0400 Subject: [PATCH] Another "--dev"? --- .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 e3c155b..274156d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: - name: Install dependencies run: | composer require --dev "illuminate/auth:${{ matrix.laravel }}" "illuminate/cache:${{ matrix.laravel }}" "illuminate/container:${{ matrix.laravel }}" "illuminate/contracts:${{ matrix.laravel }}" "illuminate/database:${{ matrix.laravel }}" "illuminate/console:${{ matrix.laravel }}" "illuminate/events:${{ matrix.laravel }}" --no-interaction --no-update - composer update --prefer-stable --prefer-dist --no-interaction --no-suggest + composer update --dev --prefer-stable --prefer-dist --no-interaction --no-suggest - name: Run tests run: vendor/bin/phpunit --do-not-cache-result