add JDK 15 to build roster
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
00d4239185
commit
dc16c3ffd8
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
language: java
|
||||
jdk:
|
||||
- openjdk11
|
||||
- openjdk14
|
||||
- openjdk15
|
||||
install: true
|
||||
addons:
|
||||
sonarcloud:
|
||||
|
Loading…
x
Reference in New Issue
Block a user