Skip to content

Commit

Permalink
Merge pull request #85 from sphinx-contrib/ci-py-version-friends
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Oct 13, 2023
2 parents 71f72a5 + 5ec0320 commit 529a4eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# when adding new versions, update the one used to test
# friend projects below to the latest one
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
Expand All @@ -31,7 +33,7 @@ jobs:
- name: Install sphinx-lint to pull dependencies
run: python -m pip install -v .
- name: Download more tests from friend projects
if: matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
if: matrix.python-version == '3.12' && matrix.os == 'ubuntu-latest'
run: sh download-more-tests.sh
- name: run tests
run: python -m pytest

0 comments on commit 529a4eb

Please sign in to comment.