Skip to content

Commit

Permalink
[FLINK-37035][release] Update dev-master point to 2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
reswqa committed Feb 7, 2025
1 parent a43798a commit 7c5ad44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ name: "CI"
on: [push, pull_request]

env:
FLINK_TAR_URL: "https://s3.amazonaws.com/flink-nightly/flink-2.0-SNAPSHOT-bin-scala_2.12.tgz"
FLINK_TAR_URL: "https://s3.amazonaws.com/flink-nightly/flink-2.1-SNAPSHOT-bin-scala_2.12.tgz"

jobs:
ci:
Expand All @@ -27,7 +27,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: [ 8, 11, 17, 21 ]
java_version: [ 17, 21 ]
steps:
- uses: actions/checkout@v4
- name: "Build images"
Expand Down

0 comments on commit 7c5ad44

Please sign in to comment.