Skip to content

Commit fcc9e5f

Browse files
committed
ci: test for django 5.1
1 parent 9214ed2 commit fcc9e5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/base-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
python-version: ["3.10", "3.12"]
16-
django-version: ["3.2", "4.0", "4.1", "4.2", "5.0"]
16+
django-version: ["3.2", "4.0", "4.1", "4.2", "5.0", "5.1"]
1717
clickhouse-version: ["23.8", "latest"]
1818
include:
1919
- python-version: "3.7"

0 commit comments

Comments
 (0)