Skip to content

Commit

Permalink
add official support of drupal 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Aug 20, 2024
1 parent 302f1b8 commit 1037f3f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: ['timesup']
experimental: [ false ]
include:
- drupal_version: '11.1'
module: 'timesup'
experimental: true

steps:
- uses: actions/checkout@v4
Expand All @@ -37,12 +41,8 @@ jobs:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: [ 'timesup' ]
experimental: [ false ]
exclude:
- drupal_version: '11.0'
module: 'timesup'
experimental: false
include:
- drupal_version: '11.0'
- drupal_version: '11.1'
module: 'timesup'
experimental: true

Expand Down
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ variables:
SKIP_ESLINT: '1'
# Opt in to testing current minor against max supported PHP version.
OPT_IN_TEST_MAX_PHP: '1'
# Opt in to testing previous & next minor (Drupal 10.0.x and 10.2.x).
# Opt in to testing previous & next minor (Drupal 10.2.x and 10.4.x).
OPT_IN_TEST_PREVIOUS_MINOR: '1'
OPT_IN_TEST_NEXT_MINOR: '1'
# Opt in to testing $CORE_PREVIOUS_MAJOR (currently Drupal 9.5).
OPT_IN_TEST_PREVIOUS_MAJOR: '1'
# The 4.x branch of the CDN module requires PHP >=8.1, rather than core's >=7.4.
# The current branch of the module requires PHP >=8.1 minimum.
CORE_PREVIOUS_PHP_MIN: '8.1'
# Opt in to testing $CORE_MAJOR_DEVELOPMENT (currently Drupal 11).
OPT_IN_TEST_NEXT_MAJOR: '1'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- fix obsolete docker-compose command in CIs

### Added
- add official support of drupal 11.0

## [2.0.2] - 2024-06-27
### Added
- add tests with drupal 10.3
Expand Down

0 comments on commit 1037f3f

Please sign in to comment.