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 57b341b commit 7b74210Copy full SHA for 7b74210
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
namespace: ["default","flink"]
79
mode: ["native", "standalone"]
80
java-version: [ 11, 17, 21 ]
81
- http-client: [ "okhttp", "vertx", "jetty", "jdk" ]
+ http-client: [ "okhttp" ]
82
test:
83
- test_application_kubernetes_ha.sh
84
- test_application_operations.sh
@@ -102,6 +102,12 @@ jobs:
102
image: flink:1.17
103
- version: v1_16
104
image: flink:1.16
105
+ - version: v1_20
106
+ # Version isn't critical but should ideally be latest.
107
+ mode: "native"
108
+ namespace: "default"
109
+ test: test_application_operations.sh
110
+ http-client: [ "okhttp", "vertx", "jetty", "jdk"]
111
exclude:
112
- namespace: default
113
test: test_multi_sessionjob.sh
0 commit comments