Skip to content

Commit

Permalink
[FLINK-34467][connector/jdbc] Bump flink version to 1.20.0
Browse files Browse the repository at this point in the history
This closes  #137.
  • Loading branch information
HuangZhenQiu authored Oct 21, 2024
1 parent 3b24566 commit 72f315f
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 13 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/push_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,8 @@ jobs:
compile_and_test:
strategy:
matrix:
flink: [ 1.19-SNAPSHOT, 1.20-SNAPSHOT ]
flink: [1.20.0]
jdk: [ '8, 11, 17, 21' ]
include:
- flink: 1.18-SNAPSHOT
jdk: '8, 11, 17'

uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
with:
flink_version: ${{ matrix.flink }}
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 72f315f

Please sign in to comment.