Skip to content

Commit

Permalink
Fix GA workflow matrix to exclude unsupported environments
Browse files Browse the repository at this point in the history
  • Loading branch information
wgordon17 committed Mar 26, 2024
1 parent 8e2fa20 commit 5b5ce8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@ jobs:
- sqlite
- mysql
- postgres
exclude:
- python-version: 3.8
django: 5.0
- python-version: 3.9
django: 5.0
- python-version: "3.11"
django: 3.2
- python-version: "3.12"
django: 3.2

# additional service containers to run
services:
Expand Down

0 comments on commit 5b5ce8a

Please sign in to comment.