Skip to content

Commit dba321d

Browse files
committed
TEZ-4374: Check compile-time compatibility with JDK 17 in precommit
1 parent c7a3791 commit dba321d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
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)