Skip to content

Commit

Permalink
Run composer update in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Feb 28, 2025
1 parent 92c5e33 commit cd43bc6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@ jobs:

- name: Composer allow-plugins
run: composer config --no-plugins allow-plugins.composer/installers true

- run: composer update

- name: Composer install
run: composer install --no-progress --no-interaction --prefer-dist --optimize-autoloader
Expand Down

0 comments on commit cd43bc6

Please sign in to comment.