diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f66627c..31e42f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: - name: 🍱 Install Composer dependencies run: | composer install -q --no-ansi --no-cache --no-interaction --no-scripts --no-progress --prefer-dist - composer update --prefer-${{ matrix.dependencies }} --no-interaction + composer update --prefer-${{ matrix.dependencies }} --prefer-dist --no-interaction --no-progress - name: ✅ Check code lint run: composer check