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

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


The following commit(s) were added to refs/heads/main by this push:
     new 15f2662e [hotfix] Add JDK21 for 1.19-SNAPSHOT
15f2662e is described below

commit 15f2662eccf461d9d539ed87a78c9851cd17fa43
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Tue Feb 13 09:50:22 2024 +0100

    [hotfix] Add JDK21 for 1.19-SNAPSHOT
---
 .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 0aa3bec2..aaa729fd 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -35,7 +35,7 @@ jobs:
           branch: main
         }, {
           flink: 1.19-SNAPSHOT,
-          jdk: '8, 11, 17',
+          jdk: '8, 11, 17, 21',
           branch: main
         }, {
           flink: 1.17.2,

Reply via email to