Skip to content

Commit d93e8f5

Browse files
committed
add 5.1 beta testing to github CI #97
1 parent d00b8c1 commit d93e8f5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- '3.2' # LTS April 2024
2424
- '4.2' # LTS April 2026
2525
- '5.0' # April 2025
26+
- '5.1b1' # December 2025
2627
exclude:
2728
- python-version: '3.8'
2829
django-version: '5.0'
@@ -32,6 +33,10 @@ jobs:
3233
django-version: '3.2'
3334
- python-version: '3.12'
3435
django-version: '3.2'
36+
- python-version: '3.8'
37+
django-version: '5.1b1'
38+
- python-version: '3.9'
39+
django-version: '5.1b1'
3540

3641
steps:
3742
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)