This is an automated email from the ASF dual-hosted git repository. danderson pushed a commit to branch 39443 in repository https://gitbox.apache.org/repos/asf/flink-docker.git
commit aa47187a087f3a1ca72c6efb91115e7b4ac4b83b Author: David Anderson <[email protected]> AuthorDate: Wed Apr 15 19:14:34 2026 -0700 [FLINK-39443][release] Update dev-master to point to 2.4 --- .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 124f9b2..8e24015 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.3-SNAPSHOT-bin-scala_2.12.tgz" + FLINK_TAR_URL: "https://s3.amazonaws.com/flink-nightly/flink-2.4-SNAPSHOT-bin-scala_2.12.tgz" jobs: ci:
