From 0439c5f708488ae7ea7a5ea9b74224cc89ddf2a5 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 18 Apr 2019 14:27:45 -0500 Subject: [PATCH] #985 - Polishing. --- ci/pipeline-template.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ci/pipeline-template.yml b/ci/pipeline-template.yml index 88654600..2d96c5b5 100644 --- a/ci/pipeline-template.yml +++ b/ci/pipeline-template.yml @@ -340,6 +340,17 @@ jobs: image: openjdk:13-jdk file: spring-hateoas-github/ci/test.yml params: { PROFILE: "ci" } + - task: test-spring-next-jdk8 + file: spring-hateoas-github/ci/test.yml + params: { PROFILE: "ci,spring-next" } + - task: test-spring-next-jdk11 + image: openjdk:11-jdk + file: spring-hateoas-github/ci/test.yml + params: { PROFILE: "ci,spring-next" } + - task: test-spring-next-jdk13 + image: openjdk:13-jdk + file: spring-hateoas-github/ci/test.yml + params: { PROFILE: "ci,spring-next" } on_failure: aggregate: - put: spring-hateoas-pull-requests