Skip to content

Commit 35d4659

Browse files
committed
Update Ubuntu, JDKs used by CI
1 parent df50281 commit 35d4659

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ permissions:
1414

1515
jobs:
1616
build:
17-
runs-on: ${{ matrix.os }}
17+
runs-on: 'ubuntu-latest'
1818
strategy:
1919
fail-fast: false
2020
matrix:
2121
# 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']
22+
java_version: ['8', '11', '17']
2423
env:
2524
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2625
steps:

0 commit comments

Comments
 (0)