We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e3b70 commit 40da49eCopy full SHA for 40da49e
.github/workflows/push_pr.yml
@@ -25,7 +25,7 @@ jobs:
25
compile_and_test:
26
strategy:
27
matrix:
28
- flink: [ 1.17.1, 1.18-SNAPSHOT ]
+ flink: [ 1.17.1, 1.18.0, 1.19-SNAPSHOT ]
29
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
30
with:
31
flink_version: ${{ matrix.flink }}
.github/workflows/weekly.yml
@@ -29,11 +29,17 @@ jobs:
flink_branches: [{
flink: 1.17.1,
branch: v3.0
32
+ }, {
33
+ flink: 1.18.0,
34
+ branch: v3.0
35
}, {
36
37
branch: main
38
- flink: 1.18-SNAPSHOT,
39
40
+ branch: main
41
42
+ flink: 1.19-SNAPSHOT,
43
44
}]
45
0 commit comments