Skip to content

Commit

Permalink
Changes from breathe-doc#763
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobandersen committed Nov 18, 2021
1 parent 7a26d97 commit 9321c84
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,34 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9, '3.10']
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
sphinx-version:
- 3.0.4
- 3.1.2
- 3.2.1
- 3.3.1
- 3.4.3
- 3.5.4
- 4.0.3
- 4.1.2
- 4.2.0
- 4.3.0
- '3.0.4'
- '3.1.2'
- '3.2.1'
- '3.3.1'
- '3.4.3'
- '3.5.4'
- '4.0.3'
- '4.1.2'
- '4.2.0'
- '4.3.0'
- git+https://github.com/sphinx-doc/[email protected]
- git+https://github.com/sphinx-doc/[email protected]
- git+https://github.com/sphinx-doc/sphinx.git@master
# avoid bug in following configurations
# sphinx/util/typing.py:37: in <module>
# from types import Union as types_Union
# ImportError: cannot import name 'Union' from 'types'
exclude:
- python-version: '3.10'
sphinx-version: '3.5.4'
- python-version: '3.10'
sphinx-version: '4.0.3'
- python-version: '3.10'
sphinx-version: '4.1.2'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9321c84

Please sign in to comment.