From d5ce2efe64114372ca9326a447aaf2141c411a82 Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Wed, 21 Feb 2024 08:43:42 +0100 Subject: [PATCH] add coverage of Drupal 10.2.x --- .github/workflows/ci.yml | 4 ++-- CHANGELOG.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a18564c..43d684b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - drupal_version: ['9.5', '10.0', '10.1'] + drupal_version: ['9.5', '10.0', '10.1', '10.2'] module: ['template_whisperer'] experimental: [ false ] @@ -39,7 +39,7 @@ jobs: strategy: matrix: - drupal_version: ['9.5', '10.0', '10.1'] + drupal_version: ['9.5', '10.0', '10.1', '10.2'] module: ['template_whisperer'] experimental: [ false ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ace76..51d14e2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - add coverage of Drupal 10.1.x - add call accessCheck on every QueryBuilder +- add coverage of Drupal 10.2.x ### Removed - drop tests support on Drupal < 9.4