Skip to content

Commit

Permalink
Update python version and sphinx version matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sciencewhiz committed May 18, 2023
1 parent fd02899 commit b8a097a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', 'pypy3']
sphinx-version: ['4', '5']
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3']
sphinx-version: ['4', '5', '6']
include:
- python-version: '3.10'
sphinx-version: '4.3'
- python-version: '3.10'
sphinx-version: '5'
- python-version: '3.6'
sphinx-version: '3'
- python-version: '3.7'
sphinx-version: '3'
- python-version: '3.6'
sphinx-version: '2'
- python-version: '3.7'
sphinx-version: '2'
name: "Test Extension - Python(${{ matrix.python-version }}), Sphinx(${{ matrix.sphinx-version }})"
Expand Down

0 comments on commit b8a097a

Please sign in to comment.