Skip to content

Commit 241390e

Browse files
authored
Build with Java 17 (#267)
1 parent df6e103 commit 241390e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
java_version: ['8', '11', '15']
23+
java_version: ['8', '11', '17']
2424
env:
2525
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2626
steps:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
java_version: ['8', '11', '15']
20+
java_version: ['8', '11', '17']
2121
env:
2222
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2323
steps:

0 commit comments

Comments
 (0)