Skip to content

Commit

Permalink
Test against Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Oct 30, 2024
1 parent 305a3e1 commit 0f24d24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,15 @@ jobs:
- "3.10"
- "3.9"
django-version: [
"5.1",
"5.0",
"4.2"
]
exclude:
- python-version: "3.9"
django-version: "5.0" # Exclude Python 3.9 with Django 5.0
- python-version: "3.9"
django-version: "5.1" # Exclude Python 3.9 with Django 5.1
steps:
- name: Clean-up
run: sudo apt clean && sudo apt autoclean && sudo rm -rf /tmp/* && sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
Expand Down

0 comments on commit 0f24d24

Please sign in to comment.