Skip to content

Commit

Permalink
Test master/2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jun 21, 2024
1 parent 9383084 commit c7545fe
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
- name: Install requirements
Expand All @@ -20,6 +20,9 @@ jobs:
strategy:
matrix:
include:
- ckan-version: "master"
solr-image: "2.10-solr9-spatial"
harvester-version: 'master'
- ckan-version: "2.10"
solr-image: "2.10-solr9-spatial"
harvester-version: 'master'
Expand Down

0 comments on commit c7545fe

Please sign in to comment.