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 a468c2b7 [hotfix] Add missing JDK17 test for 1.18 against v3.1
a468c2b7 is described below

commit a468c2b766acf8d8cdaa4f64122497632cdaaf39
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Fri Jan 26 13:04:03 2024 +0100

    [hotfix] Add missing JDK17 test for 1.18 against v3.1
---
 .github/workflows/weekly.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/weekly.yml b/.github/workflows/weekly.yml
index 8d23c79d..21462eb7 100644
--- a/.github/workflows/weekly.yml
+++ b/.github/workflows/weekly.yml
@@ -38,6 +38,7 @@ jobs:
           branch: v3.1
         }, {
           flink: 1.18.1,
+          jdk: '8, 11, 17',
           branch: v3.1
         }, {
           flink: 1.17.2,

Reply via email to