Skip to content

Commit

Permalink
Adjust matrix to ensure testing against Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Nov 26, 2024
1 parent 4d899ab commit 55e04f4
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,21 @@ jobs:
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
wagtail-version:
- 5.2
- 6.2
- 6.3
wagtail-version: ["5.2", "6.2", "6.3"]
django-version: ["4.2", "5.0", "5.1"]
exclude:
- python-version: "3.13"
django-version: "4.2"
- python-version: "3.13"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.0"
- python-version: "3.9"
django-version: "5.1"
- wagtail-version: "5.2"
django-version: "5.1"
- wagtail-version: "6.2"
django-version: "5.1"
services:
postgres:
image: postgis/postgis:13-3.4
Expand Down

0 comments on commit 55e04f4

Please sign in to comment.