File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments