This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e6c9e344 TEZ-4374: Enable github action to compile with JDK 17(#386) 
(Laszlo Bodor reviewed by Ayush Saxena)
1e6c9e344 is described below

commit 1e6c9e3448bb9d934508ee995ad60c23dafa0610
Author: Bodor Laszlo <bodorlaszlo0...@gmail.com>
AuthorDate: Tue Dec 31 15:54:57 2024 +0100

    TEZ-4374: Enable github action to compile with JDK 17(#386) (Laszlo Bodor 
reviewed by Ayush Saxena)
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 19659f2d7..f81c1ad8b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -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:

Reply via email to