add JDK 15 to build roster
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2020-10-02 10:44:55 +02:00
parent 00d4239185
commit dc16c3ffd8
2 changed files with 4 additions and 4 deletions

View File

@ -4,17 +4,17 @@ name: java11
steps:
- name: test
image: maven:3-jdk-11
image: maven:3-openjdk-11
commands:
- mvn clean test
---
kind: pipeline
type: docker
name: java14
name: java15
steps:
- name: test
image: maven:3-jdk-14
image: maven:3-openjdk-15
commands:
- mvn clean test

View File

@ -1,7 +1,7 @@
language: java
jdk:
- openjdk11
- openjdk14
- openjdk15
install: true
addons:
sonarcloud: