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 2f5e3cf1 [hotfix] Add Java 21 as JDK to test for Flink 1.19.0 weekly
runs
2f5e3cf1 is described below
commit 2f5e3cf1e43ee38d68e47c5c72ec0fd83a904295
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Apr 11 12:09:22 2024 +0200
[hotfix] Add Java 21 as JDK to test for Flink 1.19.0 weekly runs
---
.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: