Skip to content

Commit

Permalink
ci: Add matrix for Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Mar 23, 2024
1 parent b45ea3d commit 9c193ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
sphinx-version: ['6.*', '7.*', '7.1.*', '7.2.*']
exclude:
- python-version: '3.8'
sphinx-version: '7.1.*'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -36,6 +40,7 @@ jobs:
pip install uv
uv venv
uv pip install -r requirements-dev.lock
uv pip install 'sphinx==${{ matrix.sphinx-version }}'
- name: Run tests
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 9c193ea

Please sign in to comment.