Skip to content

Commit

Permalink
[ci] Added CI build for Django 5 and 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Aug 16, 2024
1 parent 13977fb commit 4b9d783
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
- django~=3.2.0
- django~=4.1.0
- django~=4.2.0
- django~=5.0.0
- django~=5.1.0
exclude:
- python-version: "3.8"
django-version: django~=5.0.0
- python-version: "3.8"
django-version: django~=5.1.0

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4b9d783

Please sign in to comment.