add JDK 14 to automated builds
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
a934ee679e
commit
ddf65708a7
@ -15,7 +15,7 @@ name: java11
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: maven:3-jdk-11-slim
|
||||
image: maven:3-jdk-11
|
||||
commands:
|
||||
- mvn clean test
|
||||
|
||||
@ -26,6 +26,6 @@ name: java13
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: maven:3-jdk-13
|
||||
image: maven:3-jdk-14
|
||||
commands:
|
||||
- mvn clean test
|
||||
|
@ -2,7 +2,7 @@ language: java
|
||||
jdk:
|
||||
- openjdk8
|
||||
- openjdk11
|
||||
- openjdk13
|
||||
- openjdk14
|
||||
install: true
|
||||
addons:
|
||||
sonarcloud:
|
||||
|
Loading…
x
Reference in New Issue
Block a user