Switch to JDK 11 for CI builds

This commit is contained in:
Stefan Kalscheuer 2019-01-14 20:32:18 +01:00
parent 19f9a97422
commit 5e143e9f36
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ steps:
depth: 10
skip_verify: true
- name: test-online
image: maven:3.5-jdk-8-alpine
image: maven:3-jdk-11-slim
commands:
- export VAULT_VERSION=1.0.1
- wget https://releases.hashicorp.com/vault/${VAULT_VERSION}/vault_${VAULT_VERSION}_linux_amd64.zip
@ -24,7 +24,7 @@ steps:
branch:
- master
- name: test-offline
image: maven:3.5-jdk-8-alpine
image: maven:3-jdk-11-slim
commands:
- mvn clean test -Dtest='!HTTPVaultConnectorTest'
when:

View File

@ -3,7 +3,7 @@ branches:
- master
language: java
jdk:
- oraclejdk8
- openjdk11
dist: trusty
install: true
addons: