Skip to content

Commit 4033113

Browse files
committed
Add python version matrix to integration test ci
1 parent fd11910 commit 4033113

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/python-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ jobs:
6969

7070
integration-test:
7171
runs-on: ubuntu-22.04
72+
strategy:
73+
matrix:
74+
python: ['3.9', '3.10', '3.11', '3.12']
7275

7376
steps:
7477
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)