Skip to content

Commit

Permalink
add coverage of Drupal 11.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
WengerK committed Apr 4, 2024
1 parent 30dbcd1 commit ce27271
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '11.0']
module: [ 'vercel_deploy' ]

steps:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- add coverage of Drupal 10.2.x
- add Drupal GitlabCI
- add phpstan.neon in order to ignore new static() errors
- add coverage of Drupal 11.x-dev

### Removed
- drop tests support on Drupal <= 9.4
Expand Down

0 comments on commit ce27271

Please sign in to comment.