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

This commit is contained in:
2023-04-07 10:08:11 +02:00
parent eccfe908ec
commit f551da2f2b
3 changed files with 6 additions and 4 deletions

View File

@@ -22,10 +22,10 @@ steps:
---
kind: pipeline
type: docker
name: java19
name: java20
steps:
- name: test
image: maven:3-eclipse-temurin-19
image: maven:3-eclipse-temurin-20
commands:
- mvn -B clean test