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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 41b0462  [SPARK-55737] Add Java 26-ea to GitHub Action
41b0462 is described below

commit 41b0462364efc2f25462bfdc9f809262c2db2915
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 26 20:21:00 2026 -0800

    [SPARK-55737] Add Java 26-ea to GitHub Action
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add Java 26-ea to GitHub Action as the runner environment.
    
    ### Why are the changes needed?
    
    Apache Spark K8s Operator uses `Java 25` tool chain. This PR only aims to 
test `Java 26-ea` as the initial runner environment.
    - #336
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs and check the log.
    
    - 
https://github.com/apache/spark-kubernetes-operator/actions/runs/22471589856/job/65089536362?pr=528
    
    <img width="679" height="423" alt="Screenshot 2026-02-26 at 19 33 17" 
src="https://github.com/user-attachments/assets/7a7e40b9-ca8e-4926-8b46-5ab069a88116";
 />
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
    
    Closes #528 from dongjoon-hyun/SPARK-55737.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index fca624b..aa2cbc1 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -36,7 +36,7 @@ jobs:
       max-parallel: 20
       matrix:
         os: [ 'ubuntu-latest', 'ubuntu-24.04-arm' ]
-        java-version: [ 17, 21, 25 ]
+        java-version: [ 17, 21, 25, '26-ea' ]
     steps:
       - name: Checkout repository
         uses: actions/checkout@v6


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to