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

This commit is contained in:
Stefan Kalscheuer 2023-10-15 17:23:12 +02:00
parent 0ab7aa8f16
commit b99d3099ee
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
jdk: [ 11, 17, 20 ] jdk: [ 11, 17, 21 ]
include: include:
- jdk: 11 - jdk: 11
analysis: true analysis: true