Skip to content

Commit

Permalink
update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
wimglenn committed Nov 5, 2024
1 parent 0d34945 commit 7d1e1ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,12 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.13"]
python-version: ["3.9"]
pyyaml-version: ["3.13", "4.2b4", "5.4", "6.0"]
include:
- { os: ubuntu-latest, python-version: "3.13", pyyaml-version: "6.0" }
- { os: macos-latest, python-version: "3.13", pyyaml-version: "6.0" }
- { os: windows-latest, python-version: "3.13", pyyaml-version: "6.0" }

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7d1e1ca

Please sign in to comment.