Skip to content

Commit

Permalink
Temporarily run integration test on all Python versions starting with…
Browse files Browse the repository at this point in the history
… 3.8
  • Loading branch information
druzsan committed Nov 13, 2024
1 parent 47f04b7 commit c0e30a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ jobs:
uses: druzsan/setup-matrix@v2
with:
matrix: |
os: [ubuntu-latest]
python-version: [3.8]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14]
- name: Print matrix
run: echo "$MATRIX" | yq -P '{"matrix":.}'
- name: Set output
Expand Down

0 comments on commit c0e30a6

Please sign in to comment.