File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2828 compile_and_test :
2929 strategy :
3030 matrix :
31- flink : [2.0.0 ]
31+ flink : [2.0.1, 2.1.1 ]
3232 jdk : [ '17' ]
3333 uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
3434 with :
Original file line number Diff line number Diff line change @@ -30,25 +30,25 @@ jobs:
3030 strategy :
3131 matrix :
3232 flink_branches : [{
33- flink : 2.1 -SNAPSHOT,
33+ flink : 2.2 -SNAPSHOT,
3434 jdk : ' 17' ,
3535 branch : main
3636 }, {
37- flink : 2.0-SNAPSHOT ,
37+ flink : 2.1.1 ,
3838 jdk : ' 17' ,
39- branch : main
39+ branch : v4.0
4040 }, {
41- flink : 2.0.0 ,
41+ flink : 2.0.1 ,
4242 jdk : ' 17' ,
43- branch : main
43+ branch : v4.0
4444 }, {
45- flink : 1.19.1 ,
45+ flink : 1.20.3 ,
4646 jdk : ' 8, 11, 17, 21' ,
47- branch : v3.2
47+ branch : v3.3
4848 }, {
49- flink : 1.18.0 ,
50- jdk : ' 8, 11, 17' ,
51- branch : v3.1
49+ flink : 1.19.3 ,
50+ jdk : ' 8, 11, 17, 21 ' ,
51+ branch : v3.2
5252 }]
5353 uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
5454 with :
You can’t perform that action at this time.
0 commit comments