Skip to content

Commit

Permalink
TEZ-4374: Enable github action to compile with JDK 17(#386) (Laszlo B…
Browse files Browse the repository at this point in the history
…odor reviewed by Ayush Saxena)
  • Loading branch information
abstractdog authored Dec 31, 2024
1 parent c7a3791 commit 1e6c9e3
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 1e6c9e3

Please sign in to comment.