Skip to content

Commit

Permalink
Merge pull request #125 from palantirnet/circleci-latest-composer
Browse files Browse the repository at this point in the history
Update to latest composer on circleci
  • Loading branch information
becw authored Mar 28, 2022
2 parents bda49d7 + f7b8c71 commit bba331b
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 bba331b

Please sign in to comment.