Skip to content

Commit

Permalink
add official support for Drupal 10.3 & 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Aug 20, 2024
1 parent 38464b5 commit adb7bf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.0']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: ['loco_translate']
experimental: [ false ]
include:
- drupal_version: '11.0'
- drupal_version: '11.1'
module: 'loco_translate'
experimental: true

Expand All @@ -42,11 +42,11 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.0']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: [ 'loco_translate' ]
experimental: [ false ]
include:
- drupal_version: '11.0'
- drupal_version: '11.1'
module: 'loco_translate'
experimental: true

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- add cpsell project words for Gitlab-CI
- add official support of drupal 11.0
- add official support of drupal 10.3

### Removed
- remove legacy version annotation on docker-compose.yml
Expand Down

0 comments on commit adb7bf5

Please sign in to comment.