Skip to content

Commit f43592d

Browse files
committed
drop support of Drupal 9.x
1 parent 73eaf9d commit f43592d

15 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '10.4', '11.0', '11.1']
15+
drupal_version: ['10.0', '10.1', '10.2', '10.3', '10.4', '11.0', '11.1']
1616
module: ['bamboo_twig']
1717
experimental: [false]
1818
include:
@@ -41,7 +41,7 @@ jobs:
4141

4242
strategy:
4343
matrix:
44-
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '10.4', '11.0', '11.1']
44+
drupal_version: ['10.0', '10.1', '10.2', '10.3', '10.4', '11.0', '11.1']
4545
module: ['bamboo_twig']
4646
experimental: [false]
4747
include:

.gitlab-ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,12 @@ variables:
3232
SKIP_ESLINT: '1'
3333
# Opt in to testing current minor against max supported PHP version.
3434
OPT_IN_TEST_MAX_PHP: '1'
35-
# Opt in to testing previous & next minor (Drupal 10.2.x and 10.4.x).
35+
# Opt in to testing previous minor (Drupal 11.0.13) & next minor (Drupal 11.2-dev).
3636
OPT_IN_TEST_PREVIOUS_MINOR: '1'
3737
OPT_IN_TEST_NEXT_MINOR: '1'
38-
# Opt in to testing $CORE_PREVIOUS_MAJOR (currently Drupal 9.5).
38+
# Opt in to testing $CORE_PREVIOUS_MAJOR (currently Drupal 10.4.6).
3939
OPT_IN_TEST_PREVIOUS_MAJOR: '1'
40-
# The 4.x branch of the CDN module requires PHP >=8.1, rather than core's >=7.4.
41-
CORE_PREVIOUS_PHP_MIN: '8.1'
42-
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (currently Drupal 11).
40+
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (currently Drupal 12).
4341
OPT_IN_TEST_NEXT_MAJOR: '1'
4442

4543
# This module wants to strictly comply with Drupal's coding standards.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Removed
9+
- drop support of Drupal 9.x
810

911
## [6.0.3] - 2025-04-23
1012
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ for each topic he provides Twigs.
4747

4848
## Bamboo Twig versions
4949

50-
Bamboo Twig is available for Drupal 8, Drupal 9, Drupal 10 & Drupal 11 (dev)!
50+
Bamboo Twig is available for Drupal 8, Drupal 9, Drupal 10 & Drupal 11 !
5151

5252
- If you are running Drupal `11.x`, use Bamboo Twig `6.0.x`.
5353
- If you are running Drupal `10.x`, use Bamboo Twig `6.0.x`.
@@ -81,7 +81,7 @@ must upgrade to `8.x-3.x` version of **Bamboo Twig**.
8181
| 8.9.x | 5.0 |
8282
| 9.x | 5.x |
8383
| 10.x | 6.0.x |
84-
| 11.x-dev | 6.0.x |
84+
| 11.x | 6.0.x |
8585

8686
## Dependencies
8787

bamboo_twig.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name: Bamboo Twig
22
description: 'Several Twig extensions with some useful functions and filters that can improve development experience.'
33
package: Bamboo Twig
44
type: module
5-
core_version_requirement: ^9.5 || ^10 || ^11
5+
core_version_requirement: ^10 || ^11

bamboo_twig_cacheable/bamboo_twig_cacheable.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bamboo Twig - Cacheable
22
description: 'Several "Cacheable" Twig extensions.'
33
package: Bamboo Twig
44
type: module
5-
core_version_requirement: ^9.5 || ^10 || ^11
5+
core_version_requirement: ^10 || ^11
66

77
dependencies:
88
- bamboo_twig:bamboo_twig

bamboo_twig_config/bamboo_twig_config.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bamboo Twig - Config
22
description: 'Several "Config" Twig extensions.'
33
package: Bamboo Twig
44
type: module
5-
core_version_requirement: ^9.5 || ^10 || ^11
5+
core_version_requirement: ^10 || ^11
66

77
dependencies:
88
- bamboo_twig:bamboo_twig

bamboo_twig_extensions/bamboo_twig_extensions.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bamboo Twig - Extensions
22
description: 'Twig extensions (Text, Date & Array) from http://twig-extensions.readthedocs.io/en/latest/index.html.'
33
package: Bamboo Twig
44
type: module
5-
core_version_requirement: ^9.5 || ^10 || ^11
5+
core_version_requirement: ^10 || ^11
66

77
dependencies:
88
- bamboo_twig:bamboo_twig

bamboo_twig_file/bamboo_twig_file.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bamboo Twig - File
22
description: 'Several "File" Twig extensions.'
33
package: Bamboo Twig
44
type: module
5-
core_version_requirement: ^9.5 || ^10 || ^11
5+
core_version_requirement: ^10 || ^11
66

77
dependencies:
88
- bamboo_twig:bamboo_twig

bamboo_twig_i18n/bamboo_twig_i18n.info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Bamboo Twig - Internationalization
22
description: 'Several "i18n" Twig extensions.'
33
package: Bamboo Twig
44
type: module
5-
core_version_requirement: ^9.5 || ^10 || ^11
5+
core_version_requirement: ^10 || ^11
66

77
dependencies:
88
- bamboo_twig:bamboo_twig

0 commit comments

Comments
 (0)