ci: 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
81decd1a4c
commit
30996e9fc9
@ -3,7 +3,7 @@ name: default
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: compile
|
- name: compile
|
||||||
image: maven:3-openjdk-17
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- mvn -B clean compile
|
- mvn -B clean compile
|
||||||
when:
|
when:
|
||||||
@ -14,7 +14,7 @@ steps:
|
|||||||
- fix/*
|
- fix/*
|
||||||
- release/*
|
- release/*
|
||||||
- name: unit-tests
|
- name: unit-tests
|
||||||
image: maven:3-openjdk-17
|
image: maven:3-eclipse-temurin-17
|
||||||
commands:
|
commands:
|
||||||
- mvn -B test
|
- mvn -B test
|
||||||
when:
|
when:
|
||||||
@ -38,9 +38,9 @@ steps:
|
|||||||
- main
|
- main
|
||||||
- release/*
|
- release/*
|
||||||
- name: unit-integration-tests
|
- name: unit-integration-tests
|
||||||
image: maven:3-openjdk-17
|
image: maven:3-eclipse-temurin-17
|
||||||
environment:
|
environment:
|
||||||
VAULT_VERSION: 1.11.2
|
VAULT_VERSION: 1.12.0
|
||||||
commands:
|
commands:
|
||||||
- export PATH=.bin:$${PATH}
|
- export PATH=.bin:$${PATH}
|
||||||
- mvn -B -P integration-test verify
|
- mvn -B -P integration-test verify
|
||||||
|
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, 18 ]
|
jdk: [ 11, 17, 19 ]
|
||||||
vault: [ '1.2.0', '1.11.4', '1.12.0' ]
|
vault: [ '1.2.0', '1.11.4', '1.12.0' ]
|
||||||
include:
|
include:
|
||||||
- jdk: 17
|
- jdk: 17
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
### Test
|
### Test
|
||||||
* Tested against Vault 1.2.0 to 1.12.0
|
* Tested against Vault 1.2.0 to 1.12.0
|
||||||
* Disable AppID tests for Vault 1.12 and above (auth method removed)
|
* Disable AppID tests for Vault 1.12 and above (auth method removed)
|
||||||
|
* Tested with Java 19
|
||||||
|
|
||||||
|
|
||||||
## 1.1.1 (2022-08-29)
|
## 1.1.1 (2022-08-29)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user