File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 28
28
compile_and_test :
29
29
strategy :
30
30
matrix :
31
- flink : [ 1.16-SNAPSHOT, 1.17 -SNAPSHOT ]
32
- jdk : [ '8, 11' ]
31
+ flink : [ 1.18 -SNAPSHOT ]
32
+ jdk : [ '8, 11, 17 ' ]
33
33
include :
34
- - flink : 1.18-SNAPSHOT
35
- jdk : ' 8, 11, 17'
36
34
- flink : 1.19-SNAPSHOT
37
35
jdk : ' 8, 11, 17, 21'
38
36
uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
Original file line number Diff line number Diff line change @@ -30,25 +30,13 @@ jobs:
30
30
strategy :
31
31
matrix :
32
32
flink_branches : [{
33
- flink : 1.16-SNAPSHOT,
34
- branch : main
35
- }, {
36
- flink : 1.17-SNAPSHOT,
37
- branch : main
38
- }, {
39
33
flink : 1.18-SNAPSHOT,
40
34
jdk : ' 8, 11, 17' ,
41
35
branch : main
42
36
}, {
43
37
flink : 1.19-SNAPSHOT,
44
38
jdk : ' 8, 11, 17, 21' ,
45
39
branch : main
46
- }, {
47
- flink : 1.16.3,
48
- branch : v3.0
49
- }, {
50
- flink : 1.17.2,
51
- branch : v3.0
52
40
}, {
53
41
flink : 1.18.0,
54
42
jdk : ' 8, 11, 17' ,
You can’t perform that action at this time.
0 commit comments