Skip to content
Snippets Groups Projects
Commit f76fed2c authored by Adam G-H's avatar Adam G-H
Browse files

Explicitly require Composer 2.2.4

parent 008a0740
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ build: ...@@ -11,7 +11,7 @@ build:
container_command.commit-checks: container_command.commit-checks:
commands: commands:
- "core/scripts/dev/commit-code-check.sh --drupalci" - "core/scripts/dev/commit-code-check.sh --drupalci"
- 'composer self-update' - 'composer self-update 2.2.4'
halt-on-fail: true halt-on-fail: true
# run_tests task is executed several times in order of performance speeds. # 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. # halt-on-fail can be set on the run_tests tasks in order to fail fast.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment