Skip to content

Commit

Permalink
allow configure solr image in matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-gesinn committed Dec 12, 2024
1 parent aba1db3 commit bfa6d67
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,21 @@ jobs:
include: #ckan-image see https://github.com/ckan/ckan-docker-base, ckan-version controls other image tags
- ckan-version: "2.9"
ckan-image: "2.9-py3.9"
solr-image: "2.9-solr8"
experimental: false
- ckan-version: "2.10"
ckan-image: "2.10-py3.10"
solr-image: "2.10-solr8"
experimental: false
fail-fast: false

runs-on: ubuntu-latest
runs-on: ubuntu-22.04
container:
image: ckan/ckan-dev:${{ matrix.ckan-image }}
options: --user root
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr8
image: ckan/ckan-solr:${{ matrix.solr-image }}
postgres:
image: ckan/ckan-postgres-dev:${{ matrix.ckan-version }}
env:
Expand Down

0 comments on commit bfa6d67

Please sign in to comment.