You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
CI now runs against the declared Drupal 10.6 and 11.3 support floors as well as the current Drupal 11 release. Each job asserts the resolved core version and collected test count.
The attribution check now calls the public Wilkes-Liberty/shared-ci@v1 workflow. Concurrent deliveries queue instead of cancelling required checks.
The changelog gate is self-contained and opt-in through the changelog label. Dependabot pull requests are exempt, and the deprecated autoupdate workflow has been removed.
Fixed
The public GitHub mirror no longer calls private reusable workflows for Dependabot auto-merge or changelog handling. Dependabot patch and minor updates retain auto-merge; major updates remain manual (issue #3614589).
Composer network-fetching steps retry transient failures with bounded backoff while preserving final dependency-resolution failures.
PHPStan handles PHPUnit 9's missing attribute namespace on the Drupal 10.6 job without failing the current-core job on an unmatched compatibility ignore.