Skip to content

Commit 9f78d38

Browse files
committed
Add supported django versions and sqlite url to CI
1 parent 3b5f5b8 commit 9f78d38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python: [3.6, 3.7, 3.8]
13-
django: [2.2]
12+
python: [3.6, 3.7, 3.8, 3.9]
13+
django: [3.1, 3.2rc1]
1414
database_url:
1515
- postgres://runner:password@localhost/project
1616
- mysql://root:[email protected]/project
17+
- sqlite:///:memory:
1718

1819
services:
1920
postgres:

0 commit comments

Comments
 (0)