Skip to content

Commit

Permalink
Tweak test matrices to get faster feedback for latest python/django/w…
Browse files Browse the repository at this point in the history
…agtail versions
  • Loading branch information
ababic committed Jan 15, 2025
1 parent 05f7444 commit 48066e4
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ env:
PYTHON_LATEST: '3.11'

jobs:
test-sqlite:
test-latest:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11"]
django: ["4.2"]
wagtail: ["5.2"]
python-version: ["3.13"]
django: ["5.1"]
wagtail: ["6.3"]
db: ["sqlite"]
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -60,11 +60,13 @@ jobs:
if-no-files-found: ignore
retention-days: 1

test-postgres:
test-legacy:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.11", "3.12", "3.13"]
python-version: ["3.11", "3.12"]
django: ["4.2"]
wagtail: ["5.2", "6.1", "6.2"]
db: ["postgres"]

services:
Expand Down Expand Up @@ -106,8 +108,8 @@ jobs:
coverage:
runs-on: ubuntu-latest
needs:
- test-sqlite
- test-postgres
- test-latest
- test-legacy

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

0 comments on commit 48066e4

Please sign in to comment.