diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24c9c4f..97fd21d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,16 @@ 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', '10.4', '11.0', '11.1'] module: [ 'vercel_deploy' ] + experimental: [ false ] + include: + - drupal_version: '10.5' + module: 'home_redirect_lang' + experimental: true + - drupal_version: '11.2' + module: 'home_redirect_lang' + experimental: true steps: - uses: actions/checkout@v4 @@ -37,7 +45,7 @@ jobs: strategy: matrix: - drupal_version: ['9.5'] + drupal_version: ['10.4'] module: ['vercel_deploy'] steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index abc5bb6..83043bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - add Drupal GitlabCI - add phpstan.neon in order to ignore new static() errors - add cpsell prject words for Gitlab-CI +- add official stable support for drupal 10.4 +- add official stable support for drupal 11.1 ### Removed - drop tests support on Drupal <= 9.4