File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
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.18.1, 1.19.1 ]
31
+ flink : [ 1.18.1, 1.19.1, 1.20.0 ]
32
32
jdk : [ '8, 11' ]
33
33
uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
34
34
with :
Original file line number Diff line number Diff line change 30
30
strategy :
31
31
matrix :
32
32
flink_branches : [{
33
+ flink : 1.20-SNAPSHOT,
34
+ branch : main
35
+ },
36
+ {
33
37
flink : 1.19-SNAPSHOT,
34
38
branch : main
35
39
}, {
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ under the License.
52
52
</scm >
53
53
54
54
<properties >
55
- <flink .version>1.18 .1</flink .version>
55
+ <flink .version>1.19 .1</flink .version>
56
56
57
57
<scala .binary.version>2.12</scala .binary.version>
58
58
<scala .version>2.12.7</scala .version>
You can’t perform that action at this time.
0 commit comments