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 024ab6d commit a1010fcCopy full SHA for a1010fc
.github/workflows/ci.yml
@@ -156,11 +156,11 @@ jobs:
156
test: test_autoscaler.sh
157
- mode: standalone
158
test: test_dynamic_config.sh
159
- - flink_version: { tag: "v1_17", image: "flink:1.17" }
+ - tag: "v1_17"
160
161
- - flink_version: { tag: "v1_16", image: "flink:1.16" }
+ - tag: "v1_16"
162
163
164
165
steps:
166
- uses: actions/checkout@v4
0 commit comments