Skip to content

Commit

Permalink
Include python 3.7 and django 3 testing
Browse files Browse the repository at this point in the history
This particular case is still used in older projects. So lets make sure
we test this combination as well.
  • Loading branch information
Bob Booij-Liewes committed Dec 19, 2024
1 parent cf96d06 commit 787c073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
python-version: ["3.8", "3.12"]
django-version: ["3.2.25", "4.2.17", "5.1.4"]
database-engine: ["postgres", "mysql"]
include:
- python-version: 3.7
django-version: 3.2.25
database-engine: postgres
exclude:
- python-version: 3.8
django-version: 5.1.4
Expand Down

0 comments on commit 787c073

Please sign in to comment.