Skip to content

Commit 35ccb7e

Browse files
authored
Update ci.yml
1 parent a9133c7 commit 35ccb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
key: ${{ matrix.os }}-${{ matrix.php }}-${{ matrix.laravel }}-vendor-${{ hashFiles('**/composer.lock') }}
4949

5050
- name: Install Dependencies
51-
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --ignore-platform-reqs
52-
51+
uses: "ramsey/composer-install@v3"
52+
5353
- name: Execute linter
5454
run: composer check
5555

0 commit comments

Comments
 (0)