We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df50281 commit 35d4659Copy full SHA for 35d4659
.github/workflows/main.yml
@@ -14,13 +14,12 @@ permissions:
14
15
jobs:
16
build:
17
- runs-on: ${{ matrix.os }}
+ runs-on: 'ubuntu-latest'
18
strategy:
19
fail-fast: false
20
matrix:
21
# 01-May-2022, tatu: Until we require Java 8, cannot test against JDK 17 or above
22
- java_version: ['8', '11']
23
- os: ['ubuntu-20.04']
+ java_version: ['8', '11', '17']
24
env:
25
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
26
steps:
0 commit comments