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

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


The following commit(s) were added to refs/heads/master by this push:
     new c20213228e ci: add java21 Compatibility Check (#4350)
c20213228e is described below

commit c20213228e76e78c018664ce3e2440ecc5741eb1
Author: ZhangJian He <[email protected]>
AuthorDate: Wed May 8 13:17:46 2024 +0800

    ci: add java21 Compatibility Check (#4350)
    
    Signed-off-by: ZhangJian He <[email protected]>
---
 .asf.yaml                   | 3 ++-
 .github/workflows/bk-ci.yml | 2 ++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index 02de56441b..04fcb78f16 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -51,9 +51,10 @@ github:
           - Build with macos on JDK 11
           - Build with windows on JDK 11
           - Client Tests
+          - Compatibility Check Java8
           - Compatibility Check Java11
           - Compatibility Check Java17
-          - Compatibility Check Java8
+          - Compatibility Check Java21
           - Integration Tests
           - Remaining Tests
           - Replication Tests
diff --git a/.github/workflows/bk-ci.yml b/.github/workflows/bk-ci.yml
index e22b728424..91f224396e 100644
--- a/.github/workflows/bk-ci.yml
+++ b/.github/workflows/bk-ci.yml
@@ -446,6 +446,8 @@ jobs:
             jdk_version: 11
           - step_name: Compatibility Check Java17
             jdk_version: 17
+          - step_name: Compatibility Check Java21
+            jdk_version: 21
 
     steps:
       - name: checkout

Reply via email to