Skip to content

Commit 071806d

Browse files
committed
Test first and last releases
1 parent 9233a82 commit 071806d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
matrix:
1414
os: [Ubuntu]
1515
python-version: ["3.7", "3.8", "3.9", "3.10"]
16-
sphinx-version: ["sphinx==3.0", "sphinx==4.0", "sphinx>4.4"]
16+
sphinx-version:
17+
["sphinx==3.0", "sphinx==3.4", "sphinx==4.0", "sphinx==4.5"]
1718
steps:
1819
- uses: actions/checkout@v2
1920

0 commit comments

Comments
 (0)