From 1b150f8ab70ba20a99561365bfd054aa468bd39a Mon Sep 17 00:00:00 2001 From: John Koster Date: Sun, 13 Oct 2024 15:47:32 -0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b13f513..762a02b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -52,7 +52,6 @@ jobs: timeout_minutes: 5 max_attempts: 5 command: | - composer require "illuminate/contracts:${{ matrix.laravel }}" --dev --no-interaction --no-update composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: List Installed Dependencies