Skip to content

Commit

Permalink
add django 5.1 beta to github CI #153
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jul 15, 2024
1 parent dc81b35 commit 975659e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,23 @@ jobs:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
django-version:
- '3.2.0' # LTS April 2024
- '4.2.0' # LTS April 2026
- '5.0.0' # April 2025
- '3.2' # LTS April 2024
- '4.2' # LTS April 2026
- '5.0' # April 2025
- '5.1b1' # December 2025
exclude:
- python-version: '3.11'
django-version: '3.2.0'
django-version: '3.2'
- python-version: '3.12'
django-version: '3.2.0'
django-version: '3.2'
- python-version: '3.8'
django-version: '5.0.0'
django-version: '5.0'
- python-version: '3.9'
django-version: '5.0.0'
django-version: '5.0'
- 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 975659e

Please sign in to comment.