Skip to content

Commit

Permalink
Fix GitHub Actions matrix include & exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix authored and jams2 committed Nov 19, 2022
1 parent dd169b9 commit 142a04e
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,32 @@ jobs:
experimental: [false]
include:
- python-version: {version: '3.10', tox: 310}
- django: 41
- wagtail: 'main'
- factoryboy: [32]
- experimental: true
django: 41
wagtail: 'main'
factoryboy: [32]
experimental: true
- python-version: {version: 3.9, tox: 39}
django: 41
wagtail: 'main'
factoryboy: [32]
experimental: true
exclude:
- wagtail: 215
django: 40
- wagtail: 215
django: 41
- wagtail: 216
django: 41
- wagtail: 30
django: 32
- wagtail: 30
django: 41
- python-version: {version: 3.7, tox: 37}
django: 40
- python-version: {version: 3.7, tox: 37}
django: 41
- python-version: {version: 3.8, tox: 38}
django: 41

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 142a04e

Please sign in to comment.