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 38f3995
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- develop
- main
pull_request:
pull_request:git push --set-upstream origin feat/update_dependencies
branches:
- develop
- main
Expand All @@ -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 38f3995

Please sign in to comment.