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

ethanfeng pushed a commit to branch CELEBORN-167
in repository https://gitbox.apache.org/repos/asf/incubator-celeborn.git

commit 8bc9ecdc87b6fb0ec5b289c8e976641ce5e90f02
Author: Ethan Feng <[email protected]>
AuthorDate: Thu Dec 22 18:19:40 2022 +0800

    [CELEBORN-167] Enable JDK 11 for CI.
---
 .github/workflows/maven.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d24db220..e3a654e1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,6 +46,7 @@ jobs:
       matrix:
         java:
           - 8
+          - 11
         spark:
           - '2.4'
           - '3.0'

Reply via email to