Skip to content

Commit

Permalink
add official stable support for drupal 10.4 & 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Feb 26, 2025
1 parent 82554e7 commit 6378304
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,7 +45,7 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5']
drupal_version: ['10.4']
module: ['vercel_deploy']

steps:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6378304

Please sign in to comment.