This is an automated email from the ASF dual-hosted git repository.
fcsaky pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kudu.git
The following commit(s) were added to refs/heads/main by this push:
new 36d62cf [hotfix] Update Flink versions in GitHub PR CI
36d62cf is described below
commit 36d62cf234ee1d4bcf5ab1f715dad96338959285
Author: Ferenc Csaky <[email protected]>
AuthorDate: Tue Jan 27 12:56:27 2026 +0100
[hotfix] Update Flink versions in GitHub PR CI
---
.github/workflows/push_pr.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push_pr.yml b/.github/workflows/push_pr.yml
index 25b2a12..8bd5317 100644
--- a/.github/workflows/push_pr.yml
+++ b/.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
compile_and_test:
strategy:
matrix:
- flink: [ 1.19.2, 1.20.1 ]
+ flink: [ 1.19.3, 1.20.3 ]
jdk: [ '8, 11, 17, 21' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: