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