We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9133c7 commit 35ccb7eCopy full SHA for 35ccb7e
.github/workflows/ci.yml
@@ -48,8 +48,8 @@ jobs:
48
key: ${{ matrix.os }}-${{ matrix.php }}-${{ matrix.laravel }}-vendor-${{ hashFiles('**/composer.lock') }}
49
50
- name: Install Dependencies
51
- run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --ignore-platform-reqs
52
-
+ uses: "ramsey/composer-install@v3"
+
53
- name: Execute linter
54
run: composer check
55
0 commit comments