Skip to content

Commit 6798c4a

Browse files
committed
[FlINK-36332] Manually specify the http clients as includes
Arrays in includes are not expanded.
1 parent 14ef4a0 commit 6798c4a

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

.github/workflows/ci.yml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,28 @@ jobs:
100100
mode: "native"
101101
namespace: "default"
102102
test: test_application_operations.sh
103-
http-client: [ "okhttp", "vertx", "jetty", "jdk"]
103+
http-client: "okhttp"
104+
java-version: 21
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: "vertx"
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: "jetty"
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: "jdk"
104125
java-version: 21
105126
exclude:
106127
- namespace: default

0 commit comments

Comments
 (0)