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
|
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
|
||||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user