From 2ba4b891d1b129144ac02c51dd77e49dc332e169 Mon Sep 17 00:00:00 2001 From: Workflow Sync Bot Date: Wed, 12 Jun 2024 17:51:56 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AC=20-=20Files=20Synced=20|=20Runner?= =?UTF-8?q?=20ID=20:=2045=20|=20=E2=9A=A1=20Triggered=20By=20fuelviews/git?= =?UTF-8?q?hub-workflow-sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8123cba..75c13a2 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -54,7 +54,7 @@ jobs: - name: Install dependencies run: | - composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update + composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update composer update --${{ matrix.stability }} --prefer-dist --no-interaction - name: List Installed Dependencies