This is an automated email from the ASF dual-hosted git repository.
ruanhang1993 pushed a commit to branch dev-master
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-master by this push:
new 055a578 [FLINK-38654][release] Update dev-master point to 2.3 (#243)
055a578 is described below
commit 055a57862c91daa639f42a5257668f9cdccbc517
Author: Hang Ruan <[email protected]>
AuthorDate: Tue Nov 11 10:05:35 2025 +0800
[FLINK-38654][release] Update dev-master point to 2.3 (#243)
Co-authored-by: Hang Ruan <[email protected]>
---
.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index af4717c..124f9b2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,7 +18,7 @@ name: "CI"
on: [push, pull_request]
env:
- FLINK_TAR_URL:
"https://s3.amazonaws.com/flink-nightly/flink-2.2-SNAPSHOT-bin-scala_2.12.tgz"
+ FLINK_TAR_URL:
"https://s3.amazonaws.com/flink-nightly/flink-2.3-SNAPSHOT-bin-scala_2.12.tgz"
jobs:
ci: