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 ec3822f commit 31e0e00Copy full SHA for 31e0e00
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
python: [3.6, 3.7, 3.8, 3.9]
13
- django: [3.1, 3.2rc1]
+ django: [3.1, 3.2]
14
database_url:
15
- postgres://runner:password@localhost/project
16
- mysql://root:[email protected]/project
0 commit comments