Skip to content

Commit befe544

Browse files
authored
Test with Django 5.2.1, 5.1.9 and 4.2.21 (#1063)
* Update Django version in test project * Test with Django 5.2.1, 5.1.9 and 4.2.21
1 parent d12e66a commit befe544

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
django: ["django==4.2.20", "django==5.1.8", "django==5.2"]
11+
django: ["django==4.2.21", "django==5.1.9", "django==5.2.1"]
1212

1313
services:
1414
postgres:

testproject/requirements_django.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Django>=5.1,<5.2
1+
Django>=5.2,<5.3

0 commit comments

Comments
 (0)