Skip to content

Commit

Permalink
Add testing of django 4 back
Browse files Browse the repository at this point in the history
then we test django 3, 4 and 5 with python 3.8 and 3.12 on both postgres
and mysql
  • Loading branch information
Bob Booij-Liewes committed Dec 18, 2024
1 parent 4515970 commit c2592d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.12"]
django-version: ["3.2.25", "5.1.4"]
django-version: ["3.2.25", "4.2.17", "5.1.4"]
database-engine: ["postgres", "mysql"]
exclude:
- python-version: 3.8
django-version: 5.1.4
- python-version: 3.9
django-version: 5.1.4

services:
postgres:
Expand Down

0 comments on commit c2592d0

Please sign in to comment.