Skip to content

Commit b9b2db3

Browse files
authored
Merge pull request #65 from bckohan/1.3.x
run CI against django 5.1 rc1
2 parents 5994a76 + 36c4d6c commit b9b2db3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- '3.2' # LTS April 2024
1313
- '4.2' # LTS April 2026
1414
- '5.0' # April 2025
15-
- '5.1b1' # December 2025
15+
- '5.1rc1' # December 2025
1616
exclude:
1717
- python-version: '3.7'
1818
django-version: '5.0'
@@ -27,11 +27,11 @@ jobs:
2727
- python-version: '3.12'
2828
django-version: '3.2'
2929
- python-version: '3.7'
30-
django-version: '5.1b1'
30+
django-version: '5.1rc1'
3131
- python-version: '3.8'
32-
django-version: '5.1b1'
32+
django-version: '5.1rc1'
3333
- python-version: '3.9'
34-
django-version: '5.1b1'
34+
django-version: '5.1rc1'
3535

3636
steps:
3737
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)