Skip to content

Commit

Permalink
Expanded test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
lorinkoz committed Mar 11, 2021
1 parent cf5413e commit 3670c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.yaml
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
django-version: ["~=2.0.0", "~=2.1.0", "~=2.2.0", "~=3.0.0"]
django-version: ["~=2.0.0", "~=2.1.0", "~=2.2.0", "~=3.0.0", "~=3.1.0"]
services:
postgres:
image: postgres:latest
Expand Down

0 comments on commit 3670c3f

Please sign in to comment.