Skip to content

Commit 0d164a0

Browse files
committed
ci(tests) Add Django 5.2 to test matrix
1 parent 8483e89 commit 0d164a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
python-version: ['3.10', '3.14']
13-
django-version: ['4.2', '5.1']
13+
django-version: ['4.2', '5.1', '5.2']
1414
steps:
1515
- uses: actions/checkout@v4
1616

0 commit comments

Comments
 (0)