File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff line change @@ -130,6 +130,7 @@ CKAN version Compatibility
1301302.8 no longer supported (last supported version: 0.12.2)
1311312.9 yes (Python3) (last supported version for Python 2.7: 0.12.2))
1321322.10 yes
133+ 2.11 yes
133134=============== =============
134135
135136------------
You can’t perform that action at this time.
0 commit comments