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:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: maven:3-jdk-11
|
image: maven:3-openjdk-11
|
||||||
commands:
|
commands:
|
||||||
- mvn clean test
|
- mvn clean test
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: java14
|
name: java15
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: maven:3-jdk-14
|
image: maven:3-openjdk-15
|
||||||
commands:
|
commands:
|
||||||
- mvn clean test
|
- mvn clean test
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk11
|
- openjdk11
|
||||||
- openjdk14
|
- openjdk15
|
||||||
install: true
|
install: true
|
||||||
addons:
|
addons:
|
||||||
sonarcloud:
|
sonarcloud:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user