Skip to content

Commit

Permalink
QA matrix correction.
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Dec 18, 2021
1 parent c5513e4 commit bded3b4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,29 @@ jobs:
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]
django-version: [1.8, 1.9, 2.0, 2.1, 2.2, 3.0, 3.1, 3.2, 4.0]

exclude:

- python-version: "3.10"
django-version: 1.8
- python-version: "3.10"
django-version: 1.9

- python-version: 3.9
django-version: 1.8
- python-version: 3.9
django-version: 1.9

- python-version: 3.8
django-version: 1.8
- python-version: 3.8
django-version: 1.9

- python-version: 3.7
django-version: 4.0

- python-version: 3.6
django-version: 4.0

steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} & Django ${{ matrix.django-version }}
Expand Down

0 comments on commit bded3b4

Please sign in to comment.