Skip to content

Commit

Permalink
Use Python 3.10 as the main target for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Nov 13, 2024
1 parent cf347a5 commit 284750d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,16 +124,16 @@ jobs:
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
include:
- os: windows-latest
python-version: 3.8
python-version: 3.10
- os: macos-latest
python-version: 3.8
python-version: 3.10
- name: '🧱 Build test matrix for development branch'
if: env.MATRIX == ''
uses: druzsan/setup-matrix@v2
with:
matrix: |
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.8, 3.9, 3.10, 3.11, 3.12]
os: [ubuntu-latest]
python-version: [3.10]
- name: Print matrix
run: echo "$MATRIX" | yq -P '{"matrix":.}'
- name: Set output
Expand Down

0 comments on commit 284750d

Please sign in to comment.