Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter authored Jul 2, 2024
1 parent d0111ae commit 046fdd4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
python-version: [3.8, 3.9, "3.10", 3.11, 3.12]
django-version: [4.2, 5.0, master]
django-version: [4.2, 5.0, 5.1b1, master]
exclude:
# Django 4.2
- python-version: 3.12
Expand All @@ -28,6 +28,12 @@ jobs:
- python-version: 3.9
django-version: 5.0

# Django 5.1
- python-version: 3.8
django-version: 5.1b1
- python-version: 3.9
django-version: 5.1b1

# master
- python-version: 3.8
django-version: master
Expand Down

0 comments on commit 046fdd4

Please sign in to comment.