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 967beea commit 752312fCopy full SHA for 752312f
.github/workflows/push_pr.yml
@@ -29,7 +29,7 @@ jobs:
29
strategy:
30
matrix:
31
flink: [ 1.20.0 ]
32
- jdk: [ '11', '17' ]
+ jdk: [ '11', '17', '21' ]
33
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
34
with:
35
flink_version: ${{ matrix.flink }}
0 commit comments