Skip to content

Commit cb06c7e

Browse files
committed
update workflows
1 parent cdfd67d commit cb06c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test_unit:
2121
strategy:
2222
matrix:
23-
python-version: ["3.9","3.10","3.11"]
23+
python-version: ["3.8", "3.9","3.10","3.11"]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
test_integration:
4848
strategy:
4949
matrix:
50-
python-version: ["3.9","3.10","3.11"]
50+
python-version: ["3.8", "3.9","3.10","3.11"]
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)