Skip to content

Commit

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

0 comments on commit 42483e3

Please sign in to comment.