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

ayushsaxena 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 99ef6d22d TEZ-4676: [JDK25]: Compile on JDK25 + Github actions (#453). 
(Ayush Saxena, reviewed by Laszlo Bodor)
99ef6d22d is described below

commit 99ef6d22d8b3b2aae63043161762e899d35b1997
Author: Ayush Saxena <[email protected]>
AuthorDate: Thu Jan 22 19:56:30 2026 +0530

    TEZ-4676: [JDK25]: Compile on JDK25 + Github actions (#453). (Ayush Saxena, 
reviewed by Laszlo Bodor)
---
 .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 22a8a3711..4bec11e26 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
   build:
     strategy:
       matrix:
-        java-version: [21, 24]
+        java-version: [21, 25]
         os: [ubuntu-latest, macos-latest]
     runs-on: ${{ matrix.os }}
     steps:

Reply via email to