Skip to content

Commit 0a81bdd

Browse files
committed
[FlINK-36332] Manually specify the http clients as includes
Arrays in includes are not expanded.
1 parent 6f364f2 commit 0a81bdd

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

.github/workflows/ci.yml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,29 @@ jobs:
107107
mode: "native"
108108
namespace: "default"
109109
test: test_application_operations.sh
110-
http-client: [ "okhttp", "vertx", "jetty", "jdk"]
110+
http-client: "okhttp"
111+
java-version: 21
112+
- version: v1_20
113+
# Version isn't critical but should ideally be latest.
114+
mode: "native"
115+
namespace: "default"
116+
test: test_application_operations.sh
117+
http-client: "vertx"
118+
java-version: 21
119+
- version: v1_20
120+
# Version isn't critical but should ideally be latest.
121+
mode: "native"
122+
namespace: "default"
123+
test: test_application_operations.sh
124+
http-client: "jetty"
125+
java-version: 21
126+
- version: v1_20
127+
# Version isn't critical but should ideally be latest.
128+
mode: "native"
129+
namespace: "default"
130+
test: test_application_operations.sh
131+
http-client: "jdk"
132+
java-version: 21
111133
exclude:
112134
- namespace: default
113135
test: test_multi_sessionjob.sh

0 commit comments

Comments
 (0)