Skip to content

Commit 82eff8b

Browse files
committed
Add tests for sphinx 3.4 and 3.5
1 parent affba3d commit 82eff8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
python-version: [3.5, 3.6, 3.7, 3.8]
18-
sphinx-version: ["", "3.2.*", "3.1.*", "3.0.*", "2.4.*", "2.3.*", "2.2.*"]
18+
sphinx-version: ["", "3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*", "2.4.*", "2.3.*", "2.2.*"]
1919

2020
steps:
2121
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)