From 008a07407c5f21ea7bda10b943e6775cb6a8e89c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ph=C3=A9na=20Proxima?= <adam@phenaproxima.net>
Date: Thu, 20 Jan 2022 10:05:51 -0500
Subject: [PATCH] Use latest Composer on Drupal CI

---
 core/drupalci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/drupalci.yml b/core/drupalci.yml
index 413272eff3f5..0213f3f39b6a 100644
--- a/core/drupalci.yml
+++ b/core/drupalci.yml
@@ -11,6 +11,7 @@ build:
       container_command.commit-checks:
         commands:
           - "core/scripts/dev/commit-code-check.sh --drupalci"
+          - 'composer self-update'
         halt-on-fail: true
       # run_tests task is executed several times in order of performance speeds.
       # halt-on-fail can be set on the run_tests tasks in order to fail fast.
-- 
GitLab