Skip to content

Commit

Permalink
Update Github Actions to include wagtail4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix authored and jams2 committed Nov 19, 2022
1 parent ccd26b7 commit 5462493
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/python-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

jobs:
build:
continue-on-error: ${{ matrix.experimental }}
runs-on: ubuntu-latest
services:
postgres:
Expand All @@ -28,14 +29,25 @@ jobs:
- {version: 3.8, tox: 38}
- {version: 3.9, tox: 39}
- {version: '3.10', tox: 310}
django: [32, 40]
wagtail: [215, 216, 30]
django: [32, 40, 41]
wagtail: [215, 216, 30, 40]
factoryboy: [32]
experimental: [false]
include:
- python-version: {version: '3.10', tox: 310}
- django: 41
- wagtail: 'main'
- factoryboy: [32]
- experimental: true
exclude:
- wagtail: 215
django: 40
- wagtail: 215
django: 41
- python-version: {version: 3.7, tox: 37}
django: 40
- python-version: {version: 3.7, tox: 37}
django: 41

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

0 comments on commit 5462493

Please sign in to comment.