Skip to content

Commit

Permalink
test against Drupal 11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Feb 20, 2025
1 parent 9353189 commit cbbda6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/jump-start-config-sets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
solarium: ['solarium/solarium:"dev-master as 6.3.99"']
experimental: [false]
include:
- drupal: '11.0'
- drupal: '11.1'
solr: '9'
php: '8.3'
solarium: 'solarium/solarium'
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:

strategy:
matrix:
drupal: ['11.0']
drupal: ['11.1']
solr: ['4', '5', '6', '7', '8', '9']
php: ['8.3', '8.4']
solarium: ['solarium/solarium:"dev-master as 6.3.99"']
Expand Down Expand Up @@ -349,6 +349,8 @@ jobs:
composer require \
drupal/search_api_autocomplete:1.x-dev \
drupal/search_api_spellcheck:4.0.x-dev \
drupal/facets:3.0.x-dev \
drupal/better_exposed_filters \
drush/drush \
monolog/monolog \
--no-interaction
Expand Down

0 comments on commit cbbda6b

Please sign in to comment.