Skip to content

Commit

Permalink
change pytest debian versions
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jan 14, 2024
1 parent 3c2db9d commit e467939
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ jobs:
strategy:
fail-fast: false
matrix:
debian-version: ["11", "12"]
include:
- name: "Debian 10"
python-version: "3.7"
postgres-version: 11
postgis-version: 2.5
- name: "Debian 11"
- debian-version: "11"
python-version: "3.9"
postgres-version: 13
postgis-version: 3.2
postgres-version: "13"
postgis-version: "3.2"
- debian-version: "12"
python-version: "3.11"
postgres-version: "15"
postgis-version: "3.3"

name: ${{ matrix.name }}

Expand Down

0 comments on commit e467939

Please sign in to comment.