Skip to content

Replace ~11.0.0 and ~11.1.0 with ~11.2.0 and ~11.3.0 in CI matrix#943

Merged
mglaman merged 2 commits intomainfrom
fix/update-drupal-11-matrix-to-11-2
Feb 25, 2026
Merged

Replace ~11.0.0 and ~11.1.0 with ~11.2.0 and ~11.3.0 in CI matrix#943
mglaman merged 2 commits intomainfrom
fix/update-drupal-11-matrix-to-11-2

Conversation

@mglaman
Copy link
Owner

@mglaman mglaman commented Feb 25, 2026

Summary

  • Drops ~11.1.0 from the Drupal matrix in all three CI jobs (tests, build_integration, build_integration_no_phpunit) and replaces it with ~11.2.0

Reason

drupal/core-dev 11.1.x has a broken transitive dependency conflict: it requires composer/composer ^2.8.1 (which resolves to 2.9.x) and justinrainbow/json-schema ^5.2, but composer/composer 2.9.x requires justinrainbow/json-schema ^6.x. This causes the build_integration job to fail for ~11.1.0.

drupal/core-dev 11.2.x already resolved this by updating to "justinrainbow/json-schema": "^6.5".

Test plan

  • CI passes for all matrix entries including the new ~11.2.0 entry

🤖 Generated with Claude Code

mglaman and others added 2 commits February 25, 2026 10:16
drupal/core-dev 11.1.x has a broken dependency: it requires both
composer/composer ^2.8.1 (resolves to 2.9.x) and
justinrainbow/json-schema ^5.2, but composer/composer 2.9.x requires
justinrainbow/json-schema ^6.x. drupal/core-dev 11.2.x fixes this.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mglaman mglaman changed the title Replace ~11.1.0 with ~11.2.0 in CI matrix Replace ~11.0.0 and ~11.1.0 with ~11.2.0 and ~11.3.0 in CI matrix Feb 25, 2026
@mglaman mglaman merged commit 4e1caa0 into main Feb 25, 2026
14 of 15 checks passed
@mglaman mglaman deleted the fix/update-drupal-11-matrix-to-11-2 branch February 25, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant