Skip to content

Commit

Permalink
Pare back GH CI testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cnk committed Dec 10, 2024
1 parent 8593328 commit 0456b78
Showing 1 changed file with 26 additions and 7 deletions.
33 changes: 26 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,24 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
django: ['3.2', '4.1', '4.2']
python: ['3.10', '3.11']
django: ['3.2', '4.2']
wagtail: ['4.0', '4.1', '4.2', '5.0', '5.1', '5.2']
exclude:
- wagtail: '4.0'
python: '3.11'
- wagtail: '4.0'
django: '4.2'
- wagtail: '4.0'
django: '4.2'
- wagtail: '4.1'
django: '4.2'
- wagtail: '4.2'
django: '4.2'
include:
- wagtail: '5.2'
django: '5.0'
python: '3.12'
- wagtail: '5.2'
django: '5.0'
python: '3.12'

steps:
- uses: actions/checkout@v4
Expand All @@ -77,10 +85,21 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
django: ['3.2', '4.1', '4.2']
python: ['3.10', '3.11']
django: ['3.2', '4.2']
wagtail: ['4.0', '4.1', '4.2', '5.0', '5.1', '5.2']
postgres: ['12.17', '16.1']
exclude:
- wagtail: '4.0'
python: '3.11'
- wagtail: '4.0'
django: '4.2'
- wagtail: '4.0'
django: '4.2'
- wagtail: '4.1'
django: '4.2'
- wagtail: '4.2'
django: '4.2'
include:
- wagtail: '5.2'
django: '5.0'
Expand Down

0 comments on commit 0456b78

Please sign in to comment.