diff --git a/.github/workflows/pr-gate.yml b/.github/workflows/pr-gate.yml index 739d70ce21..8ee9cc55b0 100644 --- a/.github/workflows/pr-gate.yml +++ b/.github/workflows/pr-gate.yml @@ -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/ folders test-kind: ['unit'] # pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html @@ -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/ folders test-kind: ['unit'] # pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html @@ -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/ folders test-kind: ['unit'] # pytest markers configured in tox.ini. See https://docs.pytest.org/en/6.2.x/example/markers.html