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

dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.8 by this push:
     new ba37a855c ORC-1870: Remove Java 18 test pipeline from `branch-1.8`
ba37a855c is described below

commit ba37a855c5ed1f503279ad405dde9aeeb227f5d8
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Apr 2 04:19:24 2025 +0900

    ORC-1870: Remove Java 18 test pipeline from `branch-1.8`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `Java 18` test pipeline from `branch-1.8`.
    
    ### Why are the changes needed?
    
    Since Java 18 is not a LTS version, we can remove this from `branch-1.8`.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2173 from dongjoon-hyun/ORC-1870.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 74eb7c109..e3b4d3db2 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -54,9 +54,6 @@ jobs:
           - os: ubuntu-20.04
             java: 8
             cxx: g++
-          - os: ubuntu-20.04
-            java: 18
-            cxx: g++
     env:
       MAVEN_OPTS: -Xmx2g
       MAVEN_SKIP_RC: true

Reply via email to