Skip to content

Commit 95fae16

Browse files
committed
ci: Migrate integration test base python to py39 and py310
Signed-off-by: Hai Nguyen <quanghai.ng1512@gmail.com>
1 parent f494f02 commit 95fae16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
python-version: [ "3.8" ]
89+
python-version: [ "3.9", "3.10" ]
9090
os: [ ubuntu-latest ]
9191
env:
9292
OS: ${{ matrix.os }}

.github/workflows/pr_local_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
python-version: [ "3.8" ]
22+
python-version: [ "3.9", "3.10" ]
2323
os: [ ubuntu-latest ]
2424
env:
2525
OS: ${{ matrix.os }}

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
os: [ ubuntu-latest, macOS-latest ]
1212
exclude:
1313
- os: macOS-latest
14-
python-version: "3.9"
14+
python-version: "3.8"
1515
- os: macOS-latest
1616
python-version: "3.10"
1717
env:

0 commit comments

Comments
 (0)