add JDK 13 to automated builds

Test all current LTS versions (8, 11) and the latest stable release (13)
This commit is contained in:
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