We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eeadbc commit a78d2bbCopy full SHA for a78d2bb
.github/workflows/contrib-tests.yml
@@ -40,6 +40,11 @@ jobs:
40
unit_path: tests/unit/contrib/django
41
spec: ">=5.0,<6.0"
42
label: "django-5.x"
43
+ - contrib: django
44
+ integration_path: tests/integration/contrib/django
45
+ unit_path: tests/unit/contrib/django
46
+ spec: ">=6.0,<7.0"
47
+ label: "django-6.x"
48
- contrib: falcon
49
integration_path: tests/integration/contrib/falcon
50
spec: ">=4.0,<5.0"
0 commit comments