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 192f926 commit 7f01896Copy full SHA for 7f01896
.github/workflows/tests.yml
@@ -4,6 +4,7 @@ jobs:
4
unittests:
5
runs-on: ubuntu-latest
6
strategy:
7
+ fail-fast: false
8
matrix:
9
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
10
django-version: ["django~=3.2", "django~=4.2", "django~=5.0"]
0 commit comments