Skip to content

Commit

Permalink
Updated test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 authored and nickmoreton committed Jul 31, 2023
1 parent f133197 commit 51759d9
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,16 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.11']
python: ['3.8', '3.9', '3.10']
django: ['3.2', '4.1']
wagtail: ['4.1', '4.2']
wagtail: ['4.1', '4.2', '5.0']
include:
- python: '3.8'
django: '3.2'
wagtail: '3.0'
- python: '3.11'
django: '4.1'
wagtail: '5.0'
- python: '3.11'
django: '4.2'
wagtail: '5.0'

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

0 comments on commit 51759d9

Please sign in to comment.