Fix JDK image for one of the tests.

This commit is contained in:
Greg Turnquist
2019-04-25 12:31:07 -05:00
parent 02d8bf2ea5
commit eb290fe414

View File

@@ -177,9 +177,10 @@ jobs:
plan:
- get: spring-session-data-mongodb-github
trigger: true
- get: openjdk:8-jdk
- get: openjdk:11-jdk
trigger: true
- task: test
image: openjdk:11-jdk
file: spring-session-data-mongodb-github/ci/test.yml
params: { PROFILE: "convergence" }
on_success: