mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Run fewer test jobs
Only test with the newest and oldest supported versions of Docutils on all but the latest supported version of Python.
This commit is contained in:
parent
58fdd344d3
commit
c843b31686
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -39,8 +39,11 @@ jobs:
|
||||
- "3.13-dev"
|
||||
docutils:
|
||||
- "0.18"
|
||||
- "0.19"
|
||||
- "0.20"
|
||||
include:
|
||||
# test every supported Docutils version for the latest supported Python
|
||||
- python: "3.11"
|
||||
docutils: "0.19"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user