build and test with JDK 19
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
c494c0c81b
commit
b7ae38a343
15
.drone.yml
15
.drone.yml
@ -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
|
||||
|
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 ]
|
||||
jdk: [ 11, 17, 19 ]
|
||||
include:
|
||||
- jdk: 11
|
||||
analysis: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user