Problem/Motivation

  • Update a .gitlab-ci.yml file to fix the following composer failure:
    Your requirements could not be resolved to an installable set of packages.
      Problem 1
        - Root composer.json requires drupal/core-dev 10.3.x -> satisfiable by drupal/core-dev[10.3.0-beta1, ..., 10.3.x-dev].
        - composer/composer[2.9.6, ..., 2.10.x-dev] require justinrainbow/json-schema ^6.5.1 -> satisfiable by justinrainbow/json-schema[6.5.1, ..., 6.8.0].
        - drupal/core-dev[10.3.0-beta1, ..., 10.3.0-rc1] require composer/composer ^2.7 -> satisfiable by composer/composer[2.9.6, ..., 2.10.x-dev].
        - drupal/core-dev[10.3.0-beta1, ..., 10.3.0-rc1] require justinrainbow/json-schema ^5.2 -> satisfiable by justinrainbow/json-schema[5.2.0, ..., 5.x-dev].
        - Conclusion: don't install one of composer/composer[2.9.7], justinrainbow/json-schema[5.3.3] (conflict analysis result)
        - Conclusion: don't install drupal/core-dev 10.3.0 (conflict analysis result)
        - Conclusion: don't install drupal/core-dev 10.3.14 (conflict analysis result)
        - You can only install one version of a package, so only one of these can be installed: justinrainbow/json-schema[5.2.0, ..., 5.x-dev, 6.5.1, ..., 6.8.0].
    

Issue fork cloud-3586634

Command icon Show commands

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

yas created an issue. See original summary.

yas’s picture

Status: Needs work » Needs review
yas’s picture

@all

composer failure has been fixed, so I'll merge the patch into 8.x. Thanks!

yas’s picture

Status: Needs review » Reviewed & tested by the community

  • yas committed 85ba2d28 on 8.x
    Issue #3586634 by yas: Update a .gitlab-ci.yml file (5)
    
yas’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • yas committed ec16fb34 on 7.x
    Issue #3586634 by yas: Update a .gitlab-ci.yml file (5)
    

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.