Skip to content

Commit

Permalink
Issue #3496015 by gaurav_manerkar, mkalkbrenner: Solr config-set not …
Browse files Browse the repository at this point in the history
…upto date
  • Loading branch information
mkalkbrenner committed Jan 15, 2025
1 parent a030841 commit 66ca314
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jump-start-config-sets.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Jump Start Config-Sets

env:
NEXT_MODULE_VERSION: 4.3.5
NEXT_MODULE_VERSION: 4.3.8

on:
push:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: drupal/drupal
ref: 10.3.x
ref: 10.4.x
path: drupal

- name: Checkout search_api_solr
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

strategy:
matrix:
drupal: ['10.3']
drupal: ['10.4']
solr: ['4', '5', '6', '7', '8', '9']
php: ['8.2', '8.3']
solarium: ['solarium/solarium:"dev-master as 6.3.99"']
Expand Down Expand Up @@ -375,7 +375,7 @@ jobs:

strategy:
matrix:
drupal: ['10.3']
drupal: ['10.4']
solr: ['3']
php: ['8.2', '8.3']
experimental: [false]
Expand Down

0 comments on commit 66ca314

Please sign in to comment.