fix: switch composer update to composer install in CI to avoid GitHub API rate limiting

This commit is contained in:
copilot-swe-agent[bot]
2026-06-28 19:10:37 +00:00
committed by GitHub
parent d7c6c61bdf
commit c277fa461f
+2 -2
View File
@@ -27,8 +27,8 @@ jobs:
run:
cp .env.test .env
- name: Run composer update
run: composer update --prefer-dist --no-interaction --no-progress --no-scripts
- name: Run composer install
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
env:
COMPOSER_AUTH: '{"github-oauth":{"github.com":"${{ secrets.GITHUB_TOKEN }}"}}'