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 eab2371 commit 14ef4a0Copy full SHA for 14ef4a0
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
include:
93
- namespace: flink
94
extraArgs: '--create-namespace --set "watchNamespaces={default,flink}"'
95
- java-version: [ 21 ]
+ java-version: 21
96
- version: v1_20
97
image: flink:1.20
98
@@ -101,7 +101,7 @@ jobs:
101
namespace: "default"
102
test: test_application_operations.sh
103
http-client: [ "okhttp", "vertx", "jetty", "jdk"]
104
105
exclude:
106
- namespace: default
107
test: test_multi_sessionjob.sh
0 commit comments