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

guoweijie pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/dev-master by this push:
     new ef9ebae  [hotfix] re-add jdk11 to test matrix
ef9ebae is described below

commit ef9ebae48f2104823ba2b27943831a6ae9d2f77c
Author: Weijie Guo <[email protected]>
AuthorDate: Fri Mar 7 11:06:58 2025 +0800

    [hotfix] re-add jdk11 to test matrix
---
 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index a5499d5..26197f3 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java_version: [ 17, 21 ]
+        java_version: [ 11, 17, 21 ]
     steps:
       - uses: actions/checkout@v4
       - name: "Build images"

Reply via email to