Skip to content

Commit f59a9aa

Browse files
committed
fix
1 parent 933a583 commit f59a9aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
# Django 5.0+ requires Python 3.10+
2121
- python-version: "3.9"
2222
django-version: "5.0"
23-
max-parallel: 2
23+
- python-version: "3.9"
24+
django-version: "5.1"
25+
max-parallel: 5
2426

2527
services:
2628
postgres:

0 commit comments

Comments
 (0)