add JDK 13 to automated builds
Test all current LTS versions (8, 11) and the latest stable release (13)
This commit is contained in:
10
.drone.yml
10
.drone.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user