Skip to content

Commit ae80b5d

Browse files
test: confirm behavior of GraalVM 25
1 parent a73a772 commit ae80b5d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ integration-cloud-staging)
110110
;;
111111
graalvm)
112112
# Run Unit and Integration Tests with Native Image.
113+
curl -s "https://get.sdkman.io" | bash
114+
sdk install java 25-graalce
115+
java -version
113116
mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Penable-integration-tests test "-Dtest=com.google.cloud.spanner.jdbc.it.**"
114117
RETURN_CODE=$?
115118
;;

0 commit comments

Comments
 (0)