Skip to content

Commit

Permalink
add coverage of Drupal 10.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Feb 21, 2024
1 parent c1b8dd1 commit d5ce2ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ]

Expand All @@ -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 ]

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5ce2ef

Please sign in to comment.