File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
max-parallel : 4
10
10
matrix :
11
- django : ["3.2", "4.0", "4.1"]
11
+ django : ["3.2", "4.0", "4.1", "4.2" ]
12
12
python-version : ["3.8", "3.9", "3.10"]
13
13
include :
14
14
- django : " 3.2"
15
15
python-version : " 3.7"
16
16
- django : " 4.1"
17
17
python-version : " 3.11"
18
+ - django : " 4.2"
19
+ python-version : " 3.11"
18
20
steps :
19
21
- uses : actions/checkout@v3
20
22
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ DJANGO =
18
18
3.2: django32
19
19
4.0: django40
20
20
4.1: django41
21
+ 4.2: django42
21
22
main: djangomain
22
23
23
24
[testenv]
32
33
django32: Django>=3.2,<4.0
33
34
django40: Django>=4.0,<4.1
34
35
django41: Django>=4.1,<4.2
36
+ django42: Django>=4.2,<4.3
35
37
djangomain: https://github.com/django/django/archive/main.zip
36
38
commands = {posargs:py.test --cov =graphene_django graphene_django examples}
37
39
You can’t perform that action at this time.
0 commit comments