Skip to content

Commit

Permalink
fix: cicd 2.10 solr container use solr8 while waiting for solr9 image…
Browse files Browse the repository at this point in the history
… to be fixed
  • Loading branch information
duttonw committed Dec 13, 2024
1 parent fde0c39 commit ca1d7d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
experimental: false
- ckan-version: "2.10"
ckan-image: "2.10-py3.10"
ckan-solr: "2.10-solr9"
ckan-solr: "2.10-solr8" # update to "2.10-solr9" once image is fixed
experimental: false
- ckan-version: "2.9"
ckan-image: "2.9-py3.9"
ckan-solr: "2.9-solr8"
ckan-solr: "2.9-solr8" # update to "2.9-solr9" once image is fixed
experimental: false
- ckan-version: "master"
ckan-image: "master"
Expand Down

0 comments on commit ca1d7d4

Please sign in to comment.