This option is deprecated

This commit is contained in:
Lance Pioch 2024-03-23 16:34:10 -04:00
parent 7e0e0908de
commit 96c30b6a34
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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