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 f3d6ea2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@ 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']
module: ['factory_lollipop']
experimental: [ false ]
include:
- drupal_version: '11.0'
module: 'factory_lollipop'
experimental: true
experimental: [false]

steps:
- uses: actions/checkout@v4
Expand All @@ -43,13 +39,9 @@ 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']
module: ['factory_lollipop']
experimental: [ false ]
include:
- drupal_version: '11.0'
module: 'factory_lollipop'
experimental: true

steps:
- uses: actions/checkout@v4
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 f3d6ea2

Please sign in to comment.