Skip to content

Commit

Permalink
Use ckan, 2.11 image
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 27, 2024
1 parent 11eed9f commit ac14d15
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,13 +19,13 @@ jobs:
needs: lint
strategy:
matrix:
ckan-version: ["master", "2.10", 2.9]
ckan-version: ["2.11", "2.10", 2.9]
fail-fast: false

name: CKAN ${{ matrix.ckan-version }}
runs-on: ubuntu-latest
container:
image: openknowledge/ckan-dev:${{ matrix.ckan-version }}
image: ckan/ckan-dev:${{ matrix.ckan-version }}
services:
solr:
image: ckan/ckan-solr:${{ matrix.ckan-version }}
Expand Down

0 comments on commit ac14d15

Please sign in to comment.