Skip to content

Commit

Permalink
[FLINK-34467] bump flink version to 1.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HuangZhenQiu committed Oct 14, 2024
1 parent b598054 commit c57dc43
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 10 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,10 +28,10 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.19-SNAPSHOT, 1.20-SNAPSHOT ]
flink: [ 1.19.1 ]
jdk: [ '8, 11, 17, 21' ]
include:
- flink: 1.18-SNAPSHOT
- flink: 1.20.0
jdk: '8, 11, 17'

uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,18 @@ jobs:
strategy:
matrix:
flink_branches: [{
flink: 1.18-SNAPSHOT,
jdk: '8, 11, 17',
branch: main
}, {
flink: 1.19-SNAPSHOT,
jdk: '8, 11, 17, 21',
branch: main
}, {
},
{
flink: 1.20-SNAPSHOT,
jdk: '8, 11, 17, 21',
branch: main
}, {
flink: 1.19.1,
jdk: '8, 11, 17, 21',
branch: v3.2
}, {
flink: 1.18.0,
jdk: '8, 11, 17',
Expand Down
Loading

0 comments on commit c57dc43

Please sign in to comment.