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:
28
28
compile_and_test :
29
29
strategy :
30
30
matrix :
31
- flink : [ 1.19.1 ]
31
+ flink : [ 1.20.0 ]
32
32
jdk : [ '8, 11, 17, 21' ]
33
- include :
34
- - flink : 1.20.0
35
- jdk : ' 8, 11, 17, 21'
36
33
uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
37
34
with :
38
35
flink_version : ${{ matrix.flink }}
39
36
jdk_version : ${{ matrix.jdk }}
40
37
python_test :
41
38
strategy :
42
39
matrix :
43
- flink : [ 1.19.1, 1. 20.0 ]
40
+ flink : [ 1.20.0 ]
44
41
uses : apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
45
42
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:
30
30
strategy :
31
31
matrix :
32
32
flink_branches : [{
33
- flink : 1.19-SNAPSHOT,
34
- branch : main
35
- }, {
36
33
flink : 1.20-SNAPSHOT,
37
34
branch : main
38
35
}, {
39
36
flink : 1.19.1,
40
- branch : v3.2
37
+ branch : v3.3
41
38
}, {
42
39
flink : 1.20.0,
43
- branch : v3.2
40
+ branch : v3.3
44
41
}]
45
42
uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
46
43
with :
47
44
flink_version : ${{ matrix.flink_branches.flink }}
48
45
connector_branch : ${{ matrix.flink_branches.branch }}
49
46
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