Skip to content

Commit acf3c53

Browse files
committed
Merge remote-tracking branch 'origin/master'
* origin/master: Use postgres 12 Add Django 4.2 to test matrix, remove Python 3.7
2 parents cbc1acc + 3daef04 commit acf3c53

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,21 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
13-
django: ["3.2", "4.0", "4.1"]
12+
python: ["3.8", "3.9", "3.10", "3.11"]
13+
django: ["3.2", "4.0", "4.1", "4.2"]
1414
exclude:
15-
- python: "3.6"
15+
- python: "3.11"
16+
django: "3.2"
17+
- python: "3.11"
1618
django: "4.0"
17-
- python: "3.7"
18-
django: "4.0"
19-
- python: "3.6"
20-
django: "4.1"
21-
- python: "3.7"
22-
django: "4.1"
2319
database_url:
2420
- postgres://runner:password@localhost/project
2521
- mysql://root:[email protected]/project
2622
- 'sqlite:///:memory:'
2723

2824
services:
2925
postgres:
30-
image: postgres:11
26+
image: postgres:12
3127
ports:
3228
- 5432:5432
3329
env:

0 commit comments

Comments
 (0)