Skip to content

Commit

Permalink
Merge pull request #59 from antistatique/40x/drop-support-drupal94
Browse files Browse the repository at this point in the history
drop tests support on Drupal <= 9.4
  • Loading branch information
WengerK authored Mar 1, 2024
2 parents 17f313a + f2337d8 commit 0b30658
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
experimental: [ false ]
include:
- drupal_version: '11.0'
module: 'bamboo_twig'
module: 'template_whisperer'
experimental: true

steps:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
experimental: [ false ]
include:
- drupal_version: '11.0'
module: 'bamboo_twig'
module: 'template_whisperer'
experimental: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add coverage of Drupal 11.0-dev

### Removed
- drop tests support on Drupal < 9.4
- drop tests support on Drupal <= 9.4

## [4.0.0] - 2022-11-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion template_whisperer.info.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Template Whisperer
type: module
description: Provides a formalized way to declare and suggest page templates.
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11
package: Fields types

dependencies:
Expand Down

0 comments on commit 0b30658

Please sign in to comment.