Skip to content

Commit

Permalink
update to latest composer on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
byrond authored Mar 28, 2022
1 parent bda49d7 commit f7b8c71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- run:
name: Configure URL in /etc/hosts
command: echo 127.0.0.1 ${CIRCLE_PROJECT_REPONAME}.local | sudo tee -a /etc/hosts
- run:
name: Update to latest version of Composer
command: sudo composer self-update

# Note: phing and drupal-check have mutually exclusive requirements.
# It'd be better to add drupal-check as a dependency of the drupal project
Expand Down

0 comments on commit f7b8c71

Please sign in to comment.