Skip to content

Commit

Permalink
Change GAE interop tests to use java11 runtime
Browse files Browse the repository at this point in the history
The Java 8 runtime is end of support. Leaving this a gae-jdk8 for now.
The gae-jdk8 was because AppEngine changed dramatically from Java 7 to
Java 8. Nowadays the versions are more in line with OpenJDK and not very
different from each other.

Fixes #10925
  • Loading branch information
ejona86 committed Feb 20, 2024
1 parent 0d39c2c commit 401f792
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
-->
<!-- [START config] -->
<appengine-web-app xmlns='http://appengine.google.com/ns/1.0'>
<threadsafe>true</threadsafe>
<service>java-gae-interop-test</service>
<runtime>java8</runtime>
<runtime>java11</runtime>
</appengine-web-app>
<!-- [END config] -->

0 comments on commit 401f792

Please sign in to comment.