Skip to content

Commit 95556e4

Browse files
committed
Merge branch 'release/1.7.0'
2 parents 0d88eb1 + 185a23c commit 95556e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
django-version: "5.1"
1919
- python-version: "3.9"
2020
django-version: "5.2"
21+
# Don't test wagtail with incompatible python versions
22+
- python-version: "3.9"
23+
wagtail-version: "7.2"
2124

2225
steps:
2326
- uses: actions/checkout@v4
@@ -54,7 +57,7 @@ jobs:
5457
- uses: actions/checkout@v4
5558
- uses: actions/setup-python@v5
5659
with:
57-
python-version: 3.10
60+
python-version: "3.10"
5861
- name: Install dependencies
5962
run: |
6063
python -m pip install --upgrade pip
@@ -68,7 +71,7 @@ jobs:
6871
- uses: actions/checkout@v4
6972
- uses: actions/setup-python@v5
7073
with:
71-
python-version: 3.10
74+
python-version: "3.10"
7275
- name: Install dependencies
7376
run: |
7477
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)