Skip to content

Commit 06db8ef

Browse files
author
Jacob Colyvan
committed
Add django to matrix to fix tests
1 parent 552608f commit 06db8ef

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,13 @@ jobs:
1313
include:
1414
- python-version: "3.10"
1515
wagtail-version: "6.3"
16+
django-version: "4.2"
1617
- python-version: "3.11"
1718
wagtail-version: "7.0"
19+
django-version: "5.1"
1820
- python-version: "3.12"
1921
wagtail-version: "7.1"
22+
django-version: "5.1"
2023

2124
steps:
2225
- uses: actions/checkout@v4
@@ -31,6 +34,7 @@ jobs:
3134
- name: Install dependencies
3235
run: |
3336
python -m pip install --upgrade pip
37+
pip install "Django~=${{ matrix.django-version }}.0"
3438
pip install wagtail==${{ matrix.wagtail-version }}
3539
pip install .[testing,dev]
3640

0 commit comments

Comments
 (0)