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 88 strategy :
99 max-parallel : 4
1010 matrix :
11- django : ["3.2", "4.0", "4.1"]
11+ django : ["3.2", "4.0", "4.1", "4.2" ]
1212 python-version : ["3.8", "3.9", "3.10"]
1313 include :
1414 - django : " 3.2"
1515 python-version : " 3.7"
1616 - django : " 4.1"
1717 python-version : " 3.11"
18+ - django : " 4.2"
19+ python-version : " 3.11"
1820 steps :
1921 - uses : actions/checkout@v3
2022 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ DJANGO =
1818 3.2: django32
1919 4.0: django40
2020 4.1: django41
21+ 4.2: django42
2122 main: djangomain
2223
2324[testenv]
3233 django32: Django>=3.2,<4.0
3334 django40: Django>=4.0,<4.1
3435 django41: Django>=4.1,<4.2
36+ django42: Django>=4.2,<4.3
3537 djangomain: https://github.com/django/django/archive/main.zip
3638commands = {posargs:py.test --cov =graphene_django graphene_django examples}
3739
You can’t perform that action at this time.
0 commit comments