Skip to content

Commit 656786d

Browse files
committed
Add JDK9 test back whilst CLI still supports it.
1 parent 165bf4a commit 656786d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integration-tests/src/test/java/com/fnproject/fn/integrationtest/FunctionsTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public void shouldCallExistingFn() throws Exception {
4545

4646
@Test()
4747
public void checkBoilerPlate() throws Exception {
48-
for (String runtime : new String[]{"java8", "java11"}) {
48+
for (String runtime : new String[]{"java8", "java9", "java11"}) {
4949
IntegrationTestRule.TestContext tc = testRule.newTest();
5050

5151
String fnName = "bp" + runtime;
@@ -57,7 +57,6 @@ public void checkBoilerPlate() throws Exception {
5757
}
5858
}
5959

60-
6160
@JsonIgnoreProperties(ignoreUnknown = true)
6261
public static class InspectResponse {
6362

0 commit comments

Comments
 (0)