Skip to content

Commit

Permalink
update Solr image version for CKAN 2.9 in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Jan 21, 2025
1 parent 6381930 commit a067d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
options: --user root
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
image: ${{ matrix.ckan-version == '2.9' && 'ckan/ckan-solr:2.9-solr8' || 'ckan/ckan-solr:${{ matrix.ckan-version }}-solr9' }}
postgres:
image: ckan/ckan-postgres-dev:${{ matrix.ckan-version }}
env:
Expand Down

0 comments on commit a067d8b

Please sign in to comment.