Skip to content

Commit

Permalink
TEZ-4374: Check compile-time compatibility with JDK 17 in precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
abstractdog committed Dec 30, 2024
1 parent c7a3791 commit dba321d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
build:
strategy:
matrix:
java-version: [8, 11]
java-version: [8, 11, 17]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit dba321d

Please sign in to comment.