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 7d1e1ca commit 24cca8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,11 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ["3.9"]
pyyaml-version: ["3.13", "4.2b4", "5.4", "6.0"]
pyyaml-version: ["4.2b4", "5.4", "6.0"]
include:
- { os: ubuntu-latest, python-version: "3.7", pyyaml-version: "3.13" }
- { os: macos-latest, python-version: "3.7", pyyaml-version: "3.13" }
- { os: windows-latest, python-version: "3.7", pyyaml-version: "3.13" }
- { 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" }
Expand Down

0 comments on commit 24cca8b

Please sign in to comment.