We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 552608f commit 06db8efCopy full SHA for 06db8ef
1 file changed
.github/workflows/ci.yml
@@ -13,10 +13,13 @@ jobs:
13
include:
14
- python-version: "3.10"
15
wagtail-version: "6.3"
16
+ django-version: "4.2"
17
- python-version: "3.11"
18
wagtail-version: "7.0"
19
+ django-version: "5.1"
20
- python-version: "3.12"
21
wagtail-version: "7.1"
22
23
24
steps:
25
- uses: actions/checkout@v4
@@ -31,6 +34,7 @@ jobs:
31
34
- name: Install dependencies
32
35
run: |
33
36
python -m pip install --upgrade pip
37
+ pip install "Django~=${{ matrix.django-version }}.0"
38
pip install wagtail==${{ matrix.wagtail-version }}
39
pip install .[testing,dev]
40
0 commit comments