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