From f7b8c7174721805f7778db38e7dd8637fb9f0d61 Mon Sep 17 00:00:00 2001 From: byrond Date: Mon, 28 Mar 2022 14:55:15 -0400 Subject: [PATCH] update to latest composer on circleci --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 335ab4a..795d505 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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