Skip to content

Commit

Permalink
Try 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianjie Liu committed Oct 6, 2021
1 parent 9e29652 commit 7cb3eff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python: [3.6, 3.7]
python: [3.6, 3.7, 3.8]
# different kinds of tests are located in tests/<unit|integration|smoke> folders
test-kind: ['unit']
# pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
matrix:
os: [ubuntu-latest]
java: [8]
python: [3.6, 3.7]
python: [3.6, 3.7, 3.8]
# different kinds of tests are located in tests/<unit|integration|smoke> folders
test-kind: ['unit']
# pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
needs: static-analysis
strategy:
matrix:
python: [3.6, 3.7]
python: [3.6, 3.7, 3.8]
# different kinds of tests are located in tests/<unit|integration|smoke> folders
test-kind: ['unit']
# pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html
Expand Down

0 comments on commit 7cb3eff

Please sign in to comment.