build and test with JDK 19
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-13 11:44:10 +02:00
parent c494c0c81b
commit b7ae38a343
2 changed files with 14 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ name: java11
steps:
- name: test
image: maven:3-openjdk-11
image: maven:3-eclipse-temurin-11
commands:
- mvn -B clean test
@@ -15,6 +15,17 @@ name: java17
steps:
- name: test
image: maven:3-openjdk-17
image: maven:3-eclipse-temurin-17
commands:
- mvn -B clean test
---
kind: pipeline
type: docker
name: java19
steps:
- name: test
image: maven:3-eclipse-temurin-19
commands:
- mvn -B clean test