[2.0.x] Drop EOL Drupal 11.2 from CI matrix - #1018
Merged
Merged
Conversation
drupal/core 11.2.14 is blocked by unfixed security advisories (SA-CORE-2026-010..012), so the project template refuses to install it and every Build Integration run on 2.0.x fails at composer install. Same breakage main fixed in #1011. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Removes the
~11.2.0leg from all three CI matrix blocks (Tests, Build Integration, and the core-analysis job) on 2.0.x.Why
Drupal 11.2 is EOL with unfixed security advisories (SA-CORE-2026-010, -011, -012). The Drupal project template's composer advisory policy blocks installing affected core versions, so every Build Integration run against 2.0.x now fails at composer install — before any phpstan-drupal code runs. This is what's failing CI on #1016 and #1017. Main hit the same breakage and fixed it in #1011.
Minimal fix only: no new matrix legs (11.4 / PHP 8.5 modernization stays a main-branch concern).
Testing notes
CI on this PR is the test — Build Integration legs should get past composer install again. #1016 and #1017 need a rerun after this merges.
🤖 Generated with Claude Code