File tree Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Expand file tree Collapse file tree 2 files changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -28,19 +28,16 @@ jobs:
2828 compile_and_test :
2929 strategy :
3030 matrix :
31- flink : [ 1.19.1 ]
31+ flink : [ 1.20.0 ]
3232 jdk : [ '8, 11, 17, 21' ]
33- include :
34- - flink : 1.20.0
35- jdk : ' 8, 11, 17, 21'
3633 uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3734 with :
3835 flink_version : ${{ matrix.flink }}
3936 jdk_version : ${{ matrix.jdk }}
4037 python_test :
4138 strategy :
4239 matrix :
43- flink : [ 1.19.1, 1. 20.0 ]
40+ flink : [ 1.20.0 ]
4441 uses : apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
4542 with :
46- flink_version : ${{ matrix.flink }}
43+ flink_version : ${{ matrix.flink }}
Original file line number Diff line number Diff line change @@ -30,21 +30,18 @@ jobs:
3030 strategy :
3131 matrix :
3232 flink_branches : [{
33- flink : 1.19-SNAPSHOT,
34- branch : main
35- }, {
3633 flink : 1.20-SNAPSHOT,
3734 branch : main
3835 }, {
3936 flink : 1.19.1,
40- branch : v3.2
37+ branch : v3.3
4138 }, {
4239 flink : 1.20.0,
43- branch : v3.2
40+ branch : v3.3
4441 }]
4542 uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
4643 with :
4744 flink_version : ${{ matrix.flink_branches.flink }}
4845 connector_branch : ${{ matrix.flink_branches.branch }}
4946 jdk_version : ${{ matrix.flink_branches.jdk || '8, 11, 17, 21' }}
50- run_dependency_convergence : false
47+ run_dependency_convergence : false
You can’t perform that action at this time.
0 commit comments