Skip to content

Commit cc7ba26

Browse files
committed
Test extension on CKAN 2.12
1 parent b3a6dc3 commit cc7ba26

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: actions/setup-python@v5
1111
with:
12-
python-version: '3.9'
12+
python-version: '3.10'
1313
- name: Install requirements
1414
run: pip install flake8 pycodestyle
1515
- name: Check syntax
@@ -20,6 +20,9 @@ jobs:
2020
strategy:
2121
matrix:
2222
include:
23+
- ckan-version: "2.12"
24+
ckan-image: "ckan/ckan-dev:2.12-py3.14"
25+
solr-version: "9"
2326
- ckan-version: "2.11"
2427
ckan-image: "ckan/ckan-dev:2.11-py3.10"
2528
solr-version: "9"
@@ -77,4 +80,4 @@ jobs:
7780
ckan -c test.ini db init
7881
ckan -c test.ini db pending-migrations --apply
7982
- name: Run tests
80-
run: pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests
83+
run: pytest --ckan-ini=test.ini --cov=ckanext.dcat --cov-report=term-missing --cov-append --disable-warnings ckanext/dcat/tests

0 commit comments

Comments
 (0)