We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fed97cd + 0e83a74 commit ed25542Copy full SHA for ed25542
.github/workflows/validate.yml
@@ -19,15 +19,14 @@ jobs:
19
strategy:
20
matrix:
21
os: [ubuntu-latest, windows-latest, macos-latest]
22
+ python-version: ["3.9", "3.10", "3.11", "3.12"]
23
runs-on: ${{ matrix.os }}
24
steps:
25
- uses: actions/checkout@v3
-
26
- name: Set up Python
27
uses: actions/setup-python@v4
28
with:
29
- python-version: '3.x'
30
+ python-version: ${{ matrix.python-version }}
31
- name: Integration Test
32
env:
33
OP_SERVICE_ACCOUNT_TOKEN: ${{ secrets.TEST_SERVICE_ACCOUNT_TOKEN }}
0 commit comments