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 e02f907 commit 7c0896eCopy full SHA for 7c0896e
.github/workflows/push_pr.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
matrix:
31
flink: [ 1.20.1 ]
32
- jdk: [ '11, 17, 21' ]
+ jdk: [ '11, 17' ]
33
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
34
with:
35
flink_version: ${{ matrix.flink }}
.github/workflows/weekly.yml
@@ -37,5 +37,5 @@ jobs:
37
38
flink_version: ${{ matrix.flink_branches.flink }}
39
connector_branch: ${{ matrix.flink_branches.branch }}
40
- jdk_version: ${{ matrix.flink_branches.jdk || '11, 17, 21' }}
+ jdk_version: ${{ matrix.flink_branches.jdk || '11, 17' }}
41
run_dependency_convergence: false
0 commit comments