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

martijnvisser pushed a commit to branch v3.1
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git

commit bb2a9fc3634098f555f492732731ad1286166466
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Thu Apr 11 12:09:22 2024 +0200

    [hotfix] Add Java 21 as JDK to test for Flink 1.19.0 weekly runs
    
    (cherry picked from commit 2f5e3cf1e43ee38d68e47c5c72ec0fd83a904295)
---
 .github/workflows/weekly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index f24769ae..1d909468 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -51,7 +51,7 @@ jobs:
         }, {
           flink: 1.19.0,
           branch: v3.1,
-          jdk: '8, 11, 17',
+          jdk: '8, 11, 17, 21',
         }]
     uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
     with:

Reply via email to