Skip to content

Commit

Permalink
drop Python 2 testing as it's long past support
Browse files Browse the repository at this point in the history
  • Loading branch information
ThrawnCA committed Aug 8, 2024
1 parent 1b8a9a0 commit c968808
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,14 @@ jobs:
needs: code_quality
strategy:
matrix:
ckan-version: ['2.10', '2.9', '2.9-py2', '2.8', '2.7']
ckan-version: ['2.10', '2.9']
ckan-git-org: ['ckan']
include:
- ckan-version: '2.8'
ckan-git-version: 'ckan-2.8.8-qgov.5'
ckan-git-org: 'qld-gov-au'
- ckan-version: '2.9'
ckan-git-version: 'ckan-2.9.5-qgov.10'
ckan-git-version: 'ckan-2.9.9-qgov.4'
ckan-git-org: 'qld-gov-au'
- ckan-version: '2.9'
ckan-git-version: 'qgov-master-2.9.7'
ckan-git-version: 'qgov-master-2.9.9'
ckan-git-org: 'qld-gov-au'

fail-fast: false
Expand Down

0 comments on commit c968808

Please sign in to comment.