Skip to content

1.1.1

Latest

Choose a tag to compare

@jmcerda jmcerda released this 25 Aug 18:28
· 2 commits to 1.x since this release
8c62b4a

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.