mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-11 08:42:32 +03:00
👷 Run only supported version in test workflow
This commit is contained in:
parent
fec806abf9
commit
17deb83816
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
|
@ -8,15 +8,11 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 4
|
max-parallel: 4
|
||||||
matrix:
|
matrix:
|
||||||
django: ["2.2", "3.0", "3.1", "3.2"]
|
django: ["3.2", "4.0", "4.1"]
|
||||||
python-version: ["3.6", "3.7", "3.8", "3.9"]
|
python-version: ["3.8", "3.9", "3.10"]
|
||||||
include:
|
include:
|
||||||
- django: "3.2"
|
- django: "3.2"
|
||||||
python-version: "3.10"
|
python-version: "3.7"
|
||||||
- django: "4.0"
|
|
||||||
python-version: "3.10"
|
|
||||||
- django: "main"
|
|
||||||
python-version: "3.10"
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user