From 3fd178d36e24f0d0786a0fe0ec0268cb8a843c48 Mon Sep 17 00:00:00 2001 From: AJ Meireles Date: Mon, 16 Sep 2024 02:16:25 -0300 Subject: [PATCH] wip --- .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 b440bfb..39b67f3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: - name: Install Composer run: | - composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-progress --ansi --no-update + composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-progress --ansi --no-update --with-all-dependencies composer update --no-interaction --no-progress --ansi - name: Rector Cache