build and test with JDK 21
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0ab7aa8f16
commit
b99d3099ee
@ -22,10 +22,10 @@ steps:
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: java20
|
||||
name: java21
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: maven:3-eclipse-temurin-20
|
||||
image: maven:3-eclipse-temurin-21
|
||||
commands:
|
||||
- mvn -B clean test
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
jdk: [ 11, 17, 20 ]
|
||||
jdk: [ 11, 17, 21 ]
|
||||
include:
|
||||
- jdk: 11
|
||||
analysis: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user