Skip to content

Commit

Permalink
chore: enable 2.10, 2.11 builds without failing but give error reports
Browse files Browse the repository at this point in the history
  • Loading branch information
duttonw committed Dec 16, 2024
1 parent 0f7d2d9 commit f776af5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
strategy:
matrix:
include: #ckan-image see https://github.com/ckan/ckan-docker-base, ckan-version controls other image tags
# - ckan-version: "2.11"
# ckan-image: "2.11-py3.10"
# ckan-solr: "2.11-solr9"
# experimental: false
# - ckan-version: "2.10"
# ckan-image: "2.10-py3.10"
# ckan-solr: "2.10-solr9"
# experimental: false
- ckan-version: "2.11"
ckan-image: "2.11-py3.10"
ckan-solr: "2.11-solr9"
experimental: true
- ckan-version: "2.10"
ckan-image: "2.10-py3.10"
ckan-solr: "2.10-solr9"
experimental: true
- ckan-version: "2.9"
ckan-image: "2.9-py3.9"
ckan-solr: "2.9-solr8"
Expand Down

0 comments on commit f776af5

Please sign in to comment.