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 5ef2b78 commit fe65806Copy full SHA for fe65806
.github/workflows/push_pr.yml
@@ -23,6 +23,9 @@ concurrency:
23
cancel-in-progress: true
24
jobs:
25
compile_and_test:
26
+ strategy:
27
+ matrix:
28
+ flink: [1.17-SNAPSHOT, 1.18-SNAPSHOT]
29
uses: apache/flink-connector-shared-utils/.github/workflows/ci.yml@ci_utils
30
with:
- flink_version: 1.17.0
31
+ flink_version: ${{ matrix.flink }}
0 commit comments