Skip to content
Snippets Groups Projects

add official support of drupal 11.0

Merged Kevin Wenger requested to merge 11x/drupal-11 into 1.1.x
6 files
+ 16
6
Compare changes
  • Side-by-side
  • Inline
Files
6
+ 5
1
@@ -12,9 +12,13 @@ jobs:
strategy:
matrix:
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3']
drupal_version: ['9.5', '10.0', '10.1', '10.2', '10.3', '11.0']
module: ['image_styles_builder']
experimental: [ false ]
include:
- drupal_version: '11.1'
module: 'image_styles_builder'
experimental: true
steps:
- uses: actions/checkout@v4
Loading