Skip to content

Commit 53c3fc6

Browse files
authored
build(storage): fix integration test version (#12318)
Missed in the migration that the storage integration test needs to run on java 11
1 parent 3ba3854 commit 53c3fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.kokoro/presubmit/storage-integration.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Configure the docker image for kokoro-trampoline.
44
env_vars: {
55
key: "TRAMPOLINE_IMAGE"
6-
value: "gcr.io/cloud-devrel-kokoro-resources/java8"
6+
value: "gcr.io/cloud-devrel-kokoro-resources/java11"
77
}
88

99
env_vars: {

0 commit comments

Comments
 (0)