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 df6e103 commit 241390eCopy full SHA for 241390e
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- java_version: ['8', '11', '15']
+ java_version: ['8', '11', '17']
24
env:
25
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
26
steps:
.github/workflows/pr.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
0 commit comments