Skip to content

Commit

Permalink
limit test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelvandenBerg committed May 27, 2024
1 parent 80fb9c1 commit 37ac4a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
python-version: ['3.11', '3.10', '3.9', '3.8', '3.7'] # , '3.6'] <- 3.6 needs setup.cfg
gdal-version: ['3.4'] #, '3.6'] TODO: gdal 3.6 is still unstable.
gdal-version: ['3.4', '3.6'] # TODO: gdal 3.6 is still unstable.
exclude:
- os: ubuntu-22.04
python-version: '3.6'
gdal-version: '3.4'
- os: ubuntu-20.04
python-version: '3.11'
- os: ubuntu-20.04
Expand Down

0 comments on commit 37ac4a8

Please sign in to comment.