This is an automated email from the ASF dual-hosted git repository.
RocMarshal pushed a commit to branch v3.4
in repository https://gitbox.apache.org/repos/asf/flink-connector-jdbc.git
The following commit(s) were added to refs/heads/v3.4 by this push:
new 5616f5eb [hotfix][Connectors/JDBC] Bump Flink test version to 1.20.5
to fix CI binary download (#203)
5616f5eb is described below
commit 5616f5ebcdc0997de45378080d226401b4afc36a
Author: Weiqing Yang <[email protected]>
AuthorDate: Mon Jul 6 19:20:08 2026 -0700
[hotfix][Connectors/JDBC] Bump Flink test version to 1.20.5 to fix CI
binary download (#203)
Flink 1.20.0 was removed from dlcdn.apache.org after newer 1.20.x patch
releases shipped, so the CI "download Flink binary" step fetches a 404
and fails with "gzip: stdin: unexpected end of file". Bump the pinned
test version to 1.20.5, which is the current patch on the mirror.
---
.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 88cb645f..87bee21d 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.20.0]
+ flink: [1.20.5]
jdk: [ '8, 11, 17, 21' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with: