Skip to content

Commit

Permalink
Add supported Python versions in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
hculea committed Oct 4, 2024
1 parent fed97cd commit 0e83a74
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11", "3.12"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'

python-version: ${{ matrix.python-version }}
- name: Integration Test
env:
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
Expand Down

0 comments on commit 0e83a74

Please sign in to comment.