add JDK 13 to automated builds

Test all current LTS versions (8, 11) and the latest stable release (13)
This commit is contained in:
Stefan Kalscheuer 2019-10-02 20:18:57 +02:00
parent ec0ceada2d
commit 8ce5ea3aef
2 changed files with 11 additions and 0 deletions

View File

@ -16,3 +16,13 @@ steps:
image: maven:3-jdk-11-slim
commands:
- mvn clean test
---
kind: pipeline
name: java13
steps:
- name: test
image: maven:3-jdk-13
commands:
- mvn clean test

View File

@ -2,6 +2,7 @@ language: java
jdk:
- openjdk8
- openjdk11
- openjdk13
install: true
addons:
sonarcloud: