Skip to content

Commit

Permalink
Update test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed May 5, 2023
1 parent 1638aa6 commit f4c982a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,21 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

test:
name: Python ${{ matrix.python-version }} - Django ${{ matrix.django-version }}
name: Python ${{ matrix.python-version }} - Django ${{ matrix.django-version }} - Wagtail ${{ matrix.wagtail-version }}
runs-on: ubuntu-latest
needs: lint
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["4.1", "4.2"]
wagtail-version: ["4.0", "5.0"]
exclude:
- django-version: "4.2"
wagtail-version: "4.0"
include:
- python-version: "3.11"
django-version: "4.2"
wagtail-version: "5.0"
codecov: true
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f4c982a

Please sign in to comment.