Skip to content

Commit

Permalink
reduce test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
theOehrly committed Jul 31, 2024
1 parent a6b9b78 commit 5067063
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
matrix:
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
sphinx-version: [
"7.0.*", "7.1.*", "7.2.*",
"6.0.*",
"5.0.*",
"4.5.*"
"7.0.*", # possible range: 7.0.0 - 7.4.7
"6.0.*", # possible range: 6.0.0 - 6.2.1
"5.0.*", # possible range: 5.0.0 - 5.3.0
"4.5.*" # possible range: 4.5.0
]
exclude:
- python-version: "3.8"
Expand All @@ -62,7 +62,7 @@ jobs:
matrix:
python-version: [ "3.8", "3.9" ]
sphinx-version: [
"4.4.*", "4.3.*", "4.2.*", "4.1.*", "4.0.*"
"4.0.*" # possible range: 4.0.0 - 4.4.0
]
uses: ./.github/workflows/build.yml
with:
Expand All @@ -85,7 +85,7 @@ jobs:
matrix:
python-version: [ "3.7", "3.8", "3.9" ]
sphinx-version: [
"3.5.*", "3.4.*", "3.2.*", "3.1.*", "3.0.*",
"3.0.*", # possible range: 3.0.0 - 3.5.4
]
uses: ./.github/workflows/build.yml
with:
Expand Down

0 comments on commit 5067063

Please sign in to comment.