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.
main
1 parent 2606a82 commit 489dd7bCopy full SHA for 489dd7b
.github/workflows/push_pr.yml
@@ -39,7 +39,7 @@ jobs:
39
python_test:
40
strategy:
41
matrix:
42
- flink: [ 1.17.2, 1.18.1 ]
+ flink: [ 1.17.2, 1.18.1, 1.19-SNAPSHOT ]
43
uses: apache/flink-connector-shared-utils/.github/workflows/python_ci.yml@ci_utils
44
with:
45
flink_version: ${{ matrix.flink }}
.github/workflows/weekly.yml
@@ -33,6 +33,10 @@ jobs:
33
flink: 1.18-SNAPSHOT,
34
jdk: '8, 11, 17',
35
branch: main
36
+ }, {
37
+ flink: 1.19-SNAPSHOT,
38
+ jdk: '8, 11, 17',
+ branch: main
}, {
flink: 1.17.2,
branch: v3.1
0 commit comments