Skip to content

Commit

Permalink
test on more configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
idanpa committed Mar 29, 2024
1 parent 78431ae commit a0ad249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.12"]
os: [windows-latest, macOS-latest, ubuntu-latest,]

steps:
- uses: actions/checkout@v3
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11"]
python-version: ["3.10", "3.11", "3.12",]
os: [windows-latest, macOS-latest, ubuntu-latest,]

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

0 comments on commit a0ad249

Please sign in to comment.