Skip to content

Commit 1e6c9e3

Browse files
authored
TEZ-4374: Enable github action to compile with JDK 17(#386) (Laszlo Bodor reviewed by Ayush Saxena)
1 parent c7a3791 commit 1e6c9e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build:
2828
strategy:
2929
matrix:
30-
java-version: [8, 11]
30+
java-version: [8, 11, 17]
3131
os: [ubuntu-latest, macos-latest]
3232
runs-on: ${{ matrix.os }}
3333
steps:

0 commit comments

Comments
 (0)