Skip to content

Commit

Permalink
Include oldest and newest support Python versions in CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeCarrier committed Apr 23, 2024
1 parent 94cac04 commit 086f639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- macos-latest
- ubuntu-latest
- windows-latest
python: ["3.8", "3.12"]
include:
- os: ubuntu-latest
drawio-version: 23.1.5
Expand Down Expand Up @@ -78,7 +79,7 @@ jobs:
uses: actions/setup-python@v5
with:
cache: poetry
python-version-file: pyproject.toml
python-version: "${{ matrix.python }}"

- name: Run tests
run: |
Expand Down

0 comments on commit 086f639

Please sign in to comment.