Skip to content

Commit 529a4eb

Browse files
authored
Merge pull request #85 from sphinx-contrib/ci-py-version-friends
2 parents 71f72a5 + 5ec0320 commit 529a4eb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16+
# when adding new versions, update the one used to test
17+
# friend projects below to the latest one
1618
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
1719
os: [ubuntu-latest, macos-latest, windows-latest]
1820
steps:
@@ -31,7 +33,7 @@ jobs:
3133
- name: Install sphinx-lint to pull dependencies
3234
run: python -m pip install -v .
3335
- name: Download more tests from friend projects
34-
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
36+
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
3537
run: sh download-more-tests.sh
3638
- name: run tests
3739
run: python -m pytest

0 commit comments

Comments
 (0)