From f3d6ea2d77e219282f9d2f7010002583f32e8b25 Mon Sep 17 00:00:00 2001 From: Kevin Wenger Date: Tue, 12 Mar 2024 12:39:11 +0100 Subject: [PATCH] remove testing on Drupal 11 until paragraphs allows it --- .github/workflows/ci.yml | 14 +++----------- CHANGELOG.md | 2 +- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 86d0b39..48f8b47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2192d5e..7957e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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