Skip to content

Commit 52ee361

Browse files
committed
Use specific WT versions to resolve possible django compability issues
1 parent 8632696 commit 52ee361

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
11-
wagtail-version:
12-
- 6.3
13-
- 7.0
14-
- 7.1
11+
wagtail-version: ["6.3.5", "7.0.2", "7.1"]
1512
steps:
1613
- uses: actions/checkout@v4
1714
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)