Skip to content

Commit

Permalink
add 5.1 beta testing to github CI #97
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jul 15, 2024
1 parent d00b8c1 commit d93e8f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '3.2' # LTS April 2024
- '4.2' # LTS April 2026
- '5.0' # April 2025
- '5.1b1' # December 2025
exclude:
- python-version: '3.8'
django-version: '5.0'
Expand All @@ -32,6 +33,10 @@ jobs:
django-version: '3.2'
- python-version: '3.12'
django-version: '3.2'
- python-version: '3.8'
django-version: '5.1b1'
- python-version: '3.9'
django-version: '5.1b1'

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

0 comments on commit d93e8f5

Please sign in to comment.