Skip to content

Commit

Permalink
remove testing on Drupal 11 until paragraphs allows it
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Mar 12, 2024
1 parent ba69e15 commit 4390792
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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', '10.3', '11.0']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3']
module: ['factory_lollipop']
experimental: [ false ]
include:
- drupal_version: '11.0'
- drupal_version: '10.3'
module: 'factory_lollipop'
experimental: true

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

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

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- add support of Paragraph
- add Drupal Gitlab-CI
- add support of Drupal 10.1, 10.2, 10.3 & 11.0-dev
- add support of Drupal 10.1, 10.2, 10.3
- configurate cspell integration

## [1.2.0] - 2022-12-02
Expand Down

0 comments on commit 4390792

Please sign in to comment.