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

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

commit b50a61b59961537f1dc2b6d4473dcc41530564d0
Author: Weijie Guo <[email protected]>
AuthorDate: Tue Oct 22 15:52:36 2024 +0800

    Update ci.yml to remove jdk8
---
 .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 3b1fc83..10955a7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java_version: [ 8, 11, 17, 21 ]
+        java_version: [ 11, 17, 21 ]
     steps:
       - uses: actions/checkout@v4
       - name: "Build images"

Reply via email to