Skip to content

Commit a96ce28

Browse files
authored
Merge pull request #220 from ckan/2.11-support
CKAN 2.11 support
2 parents 3a865ac + ebc1c76 commit a96ce28

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
14-
- uses: actions/setup-python@v4
13+
- uses: actions/checkout@v4
14+
- uses: actions/setup-python@v5
1515
with:
1616
python-version: '3.10'
1717
- name: Install requirements
@@ -23,16 +23,16 @@ jobs:
2323
needs: lint
2424
strategy:
2525
matrix:
26-
ckan-version: ["2.10", 2.9]
26+
ckan-version: ["2.11", "2.10", 2.9]
2727
fail-fast: false
2828

2929
name: CKAN ${{ matrix.ckan-version }}
3030
runs-on: ubuntu-latest
3131
container:
32-
image: openknowledge/ckan-dev:${{ matrix.ckan-version }}
32+
image: ckan/ckan-dev:${{ matrix.ckan-version }}
3333
services:
3434
solr:
35-
image: ckan/ckan-solr:${{ matrix.ckan-version }}
35+
image: ckan/ckan-solr:${{ matrix.ckan-version }}-solr9
3636
postgres:
3737
image: ckan/ckan-postgres-dev:${{ matrix.ckan-version }}
3838
env:
@@ -52,7 +52,7 @@ jobs:
5252
CKAN_REDIS_URL: redis://redis:6379/1
5353

5454
steps:
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656
- name: Install requirements
5757
run: |
5858
pip install -r requirements.txt

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ CKAN version Compatibility
130130
2.8 no longer supported (last supported version: 0.12.2)
131131
2.9 yes (Python3) (last supported version for Python 2.7: 0.12.2))
132132
2.10 yes
133+
2.11 yes
133134
=============== =============
134135

135136
------------

0 commit comments

Comments
 (0)