Closed (fixed)
Project:
Project Browser
Version:
1.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Aug 2022 at 15:00 UTC
Updated:
11 Sep 2022 at 21:09 UTC
Jump to comment: Most recent
drupalci updated the composer version to 2.3.6, meaning that we are actually downgrading the version of composer to run our tests. A line was added to make sure we'd be using 2.3.5 when that was not included by default, but now that we have a similar version, we no longer need this.
See drupalci.yml file.
Remove the line.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
fjgarlin commentedComment #4
tedbowwe still want to do #3302524: Support Composer 2.2 to allow users to use Composer 2.2.* but since it was created Drupalci itself seems to be use Composer > 2.3.5 so there is no longer a need to update before the tests run.
Right now it is actually downgrading Drupalci's composer from 2.3.6 to 2.3.5(originally it was upgrading from 2.2.? to 2.3.5)
Comment #5
fjgarlin commentedComment #6
tedbowLooks good! Thanks @fjgarlin
Comment #9
tim.plunkett#4 good to know! Thanks for following up.
Comment #10
tim.plunkettFixing credit, sorry @tedbow