From f76fed2c44d82c504a90727953340f3068013ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ph=C3=A9na=20Proxima?= <adam@phenaproxima.net> Date: Thu, 20 Jan 2022 10:20:16 -0500 Subject: [PATCH] Explicitly require Composer 2.2.4 --- core/drupalci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index 0213f3f39b6a..3f50736baf14 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -11,7 +11,7 @@ build: container_command.commit-checks: commands: - "core/scripts/dev/commit-code-check.sh --drupalci" - - 'composer self-update' + - 'composer self-update 2.2.4' 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