From 96c30b6a34be0f0aae812f2e423c3742b6c37787 Mon Sep 17 00:00:00 2001 From: Lance Pioch Date: Sat, 23 Mar 2024 16:34:10 -0400 Subject: [PATCH] This option is deprecated --- .github/workflows/ci.yaml | 2 +- .github/workflows/lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 34d7559a0..95458fcd2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -52,7 +52,7 @@ jobs: run: cp .env.example .env - name: Install dependencies - run: composer install --no-interaction --no-progress --no-suggest --prefer-dist + run: composer install --no-interaction --no-suggest --prefer-dist - name: Generate App Key run: php artisan key:generate diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index cd0bdfc64..3cb98350e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -28,7 +28,7 @@ jobs: run: cp .env.example .env - name: Install dependencies - run: composer install --no-interaction --no-progress --no-suggest --prefer-dist + run: composer install --no-interaction --no-progress --prefer-dist - name: Pint run: vendor/bin/pint --test