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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c2c3ed612 [type:fix] remove java 18 ci (#6306)
5c2c3ed612 is described below

commit 5c2c3ed612e5bc7b6c87f45c8ceef65321f7948c
Author: moremind <[email protected]>
AuthorDate: Fri Mar 27 08:27:05 2026 +0800

    [type:fix] remove java 18 ci (#6306)
---
 .github/workflows/ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 6279606d24..48afcde299 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,8 +30,8 @@ jobs:
         include:
           - java: 17
             os: ubuntu-latest
-          - java: 18
-            os: ubuntu-latest
+#          - java: 18
+#            os: ubuntu-latest
           - java: 19
             os: ubuntu-latest
           - java: 20

Reply via email to