Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drop tests support on Drupal <= 9.4 #78

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- fix Issue #3350583 by urvashi_vora, mukesh88, mahtab_alam: Fix the errors/warnings reported by PHP_CodeSniffer

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

## [6.0.0] - 2022-11-18
### Added
Expand Down
2 changes: 1 addition & 1 deletion bamboo_twig.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name: Bamboo Twig
description: 'Several Twig extensions with some useful functions and filters that can improve development experience.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11
2 changes: 1 addition & 1 deletion bamboo_twig_config/bamboo_twig_config.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Config
description: 'Several "Config" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_extensions/bamboo_twig_extensions.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Extensions
description: 'Twig extensions (Text, Date & Array) from http://twig-extensions.readthedocs.io/en/latest/index.html.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_file/bamboo_twig_file.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - File
description: 'Several "File" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_i18n/bamboo_twig_i18n.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Internationalization
description: 'Several "i18n" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_loader/bamboo_twig_loader.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Loaders
description: 'Several "Loaders & Render" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_path/bamboo_twig_path.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Path & Url
description: 'Several "Path & Url" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_security/bamboo_twig_security.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Security
description: 'Several "Security" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion bamboo_twig_token/bamboo_twig_token.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig - Token
description: 'Several "Token" Twig extensions.'
package: Bamboo Twig
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- bamboo_twig:bamboo_twig
2 changes: 1 addition & 1 deletion tests/modules/bamboo_twig_test/bamboo_twig_test.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Bamboo Twig test
description: Support module for Bamboo Twig testing.
package: Testing
type: module
core_version_requirement: ^9.3 || ^10 || ^11
core_version_requirement: ^9.5 || ^10 || ^11

dependencies:
- drupal:bamboo_twig