Skip to content

Commit

Permalink
add official support of drupal 10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Aug 19, 2024
1 parent d37fab3 commit 93b4422
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3']
module: ['factory_lollipop']
experimental: [false]

Expand All @@ -39,7 +39,7 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3']
module: ['factory_lollipop']
experimental: [ false ]

Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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 10.3

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

Expand Down

0 comments on commit 93b4422

Please sign in to comment.