Skip to content

Commit

Permalink
Set Java to 8 in pr-gate
Browse files Browse the repository at this point in the history
  • Loading branch information
anargyri committed Feb 9, 2022
1 parent ed0defc commit afd0597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [11]
java: [8]
python: [3.7]
# different kinds of tests are located in tests/<unit|integration|smoke> folders
test-kind: ['unit']
Expand Down

0 comments on commit afd0597

Please sign in to comment.