Skip to content

Commit

Permalink
[QOLDEV-982] drop CKAN 2.9 support
Browse files Browse the repository at this point in the history
- This is obsolete and maintaining support brings significant complications
  • Loading branch information
ThrawnCA committed Jan 30, 2025
1 parent 9cc108d commit 6789061
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ckan-version: ['2.10', 2.9]
ckan-version: ['2.10']
solr-version: ['8']
experimental: [false]
include:
Expand Down
2 changes: 0 additions & 2 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ if [ "$CKAN_VERSION" = "2.11" ]; then
CKAN_GIT_VERSION=ckan-2.11.1-qgov.2
elif [ "$CKAN_VERSION" = "2.10" ]; then
CKAN_GIT_VERSION=ckan-2.10.5-qgov.5
elif [ "$CKAN_VERSION" = "2.9" ]; then
CKAN_GIT_VERSION=ckan-2.9.9-qgov.4
elif [ "$CKAN_VERSION" = "master" ]; then
CKAN_GIT_ORG=ckan
fi
Expand Down
18 changes: 0 additions & 18 deletions dev-requirements-2.9.txt

This file was deleted.

0 comments on commit 6789061

Please sign in to comment.