Skip to content

Commit

Permalink
Test with different mkdocs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgeiter committed Jul 28, 2024
1 parent 894bbe8 commit b1ccfa1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,11 @@ jobs:
- 'windows-latest'
python:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
mkdocs:
- '1.3'
- '1.4'
- '1.6'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -67,5 +69,7 @@ jobs:
version: ${{ env.POETRY_VERSION }}
- name: Install dependencies
run: poetry install
- name: Install specific mkdocs version
run: poetry add mkdocs@${{ matrix.mkdocs }}
- name: Run tests
run: poetry run pytest

0 comments on commit b1ccfa1

Please sign in to comment.