Skip to content

Commit

Permalink
This option is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
lancepioch committed Mar 23, 2024
1 parent 7e0e090 commit 96c30b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 96c30b6

Please sign in to comment.