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 40da49e commit b732ce3Copy full SHA for b732ce3
.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.0, 1.19-SNAPSHOT ]
+ flink: [ 1.17.1, 1.18.0 ]
29
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
30
with:
31
flink_version: ${{ matrix.flink }}
.github/workflows/weekly.yml
@@ -38,9 +38,6 @@ jobs:
38
}, {
39
flink: 1.18.0,
40
branch: main
41
- }, {
42
- flink: 1.19-SNAPSHOT,
43
- branch: main
44
}]
45
46
0 commit comments