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 ecb31b3 commit 3c40ea9Copy full SHA for 3c40ea9
.github/workflows/test.yml
@@ -7,6 +7,7 @@ on:
7
branches: [master]
8
9
# Current configuration:
10
+# - python 3.10, wagtail 4.0
11
# - python 3.9, wagtail 3.0
12
# - python 3.8, wagtail 2.16
13
# - python 3.7, django 2.15
@@ -18,9 +19,11 @@ jobs:
18
19
strategy:
20
matrix:
21
include:
22
+ - python: "3.10"
23
+ wagtail: wagtail>=4.0,<5.0
24
+ latest: true
25
- python: 3.9
26
wagtail: wagtail>=3.0,<4.0
- latest: true
27
- python: 3.8
28
wagtail: wagtail>=2.16,<3.0
29
- python: 3.7
@@ -42,4 +45,4 @@ jobs:
42
45
- if: ${{ matrix.latest }}
43
46
uses: codecov/codecov-action@v2
44
47
with:
- name: Python 3.9
48
+ name: Python 3.9
0 commit comments