Commit a100b29 1 parent 074414f commit a100b29 Copy full SHA for a100b29
File tree 3 files changed +3
-12
lines changed
3 files changed +3
-12
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.17.2 ]
32
- jdk : [ '8, 11' ]
33
- include :
34
- - flink : 1.18.1
35
- jdk : ' 8, 11, 17'
36
- - flink : 1.19-SNAPSHOT
37
- jdk : ' 8, 11, 17, 21'
31
+ flink : [ 1.19.2, 1.20.1 ]
32
+ jdk : [ '8, 11, 17, 21' ]
38
33
uses : apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
39
34
with :
40
35
flink_version : ${{ matrix.flink }}
Original file line number Diff line number Diff line change 30
30
strategy :
31
31
matrix :
32
32
flink_branches : [{
33
- flink : 1.18-SNAPSHOT,
34
- jdk : ' 8, 11, 17' ,
35
- branch : main
36
- }, {
37
33
flink : 1.19-SNAPSHOT,
38
34
jdk : ' 8, 11, 17, 21' ,
39
35
branch : main
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.17 .2</flink .version>
55
+ <flink .version>1.19 .2</flink .version>
56
56
<kudu .version>1.17.1</kudu .version>
57
57
<scala .binary.version>2.12</scala .binary.version>
58
58
You can’t perform that action at this time.
0 commit comments