We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfb556 commit 1a10745Copy full SHA for 1a10745
.github/workflows/push_pr.yml
@@ -28,7 +28,7 @@ jobs:
28
compile_and_test:
29
strategy:
30
matrix:
31
- flink: [2.1-SNAPSHOT]
+ flink: [2.0.0]
32
jdk: [ '17' ]
33
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
34
with:
.github/workflows/weekly.yml
@@ -33,6 +33,10 @@ jobs:
flink: 2.1-SNAPSHOT,
jdk: '17',
35
branch: main
36
+ }, {
37
+ flink: 2.1-SNAPSHOT,
38
+ jdk: '17',
39
+ branch: main
40
}, {
41
flink: 1.19.1,
42
jdk: '8, 11, 17, 21',
0 commit comments