Skip to content

Commit

Permalink
chore: switch to ckan-solr-9 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jun 28, 2024
1 parent 80b14a1 commit da1288d
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 @@ -19,7 +19,7 @@ jobs:
needs: lint
strategy:
matrix:
ckan-version: ["2.11", "2.10", 2.9, 2.9-py2, 2.8]
ckan-version: ["2.11", "2.10", 2.9]
fail-fast: false

name: CKAN ${{ matrix.ckan-version }}
Expand All @@ -28,7 +28,7 @@ jobs:
image: ckan/ckan-dev:${{ matrix.ckan-version }}
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
postgres:
image: ckan/ckan-postgres-dev:${{ matrix.ckan-version }}
env:
Expand Down

0 comments on commit da1288d

Please sign in to comment.