Skip to content

Commit

Permalink
[FLINK-36648] Update Flink version in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lvyanquan committed Dec 10, 2024
1 parent 096ab5a commit 447669c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.20.0 ]
flink: [ 2.0-preview1 ]
jdk: [ '8, 11, 17, 21' ]
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
Expand All @@ -37,7 +37,7 @@ jobs:
python_test:
strategy:
matrix:
flink: [ 1.20.0 ]
flink: [ 2.0-preview1 ]
uses: apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
2 changes: 1 addition & 1 deletion .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
matrix:
flink_branches: [{
flink: 1.20-SNAPSHOT,
flink: 2.0-SNAPSHOT,
branch: main
}, {
flink: 1.19.1,
Expand Down

0 comments on commit 447669c

Please sign in to comment.