build and test with JDK 20
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
eccfe908ec
commit
f551da2f2b
@ -22,10 +22,10 @@ steps:
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: java19
|
name: java20
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: maven:3-eclipse-temurin-19
|
image: maven:3-eclipse-temurin-20
|
||||||
commands:
|
commands:
|
||||||
- mvn -B clean test
|
- mvn -B clean test
|
||||||
|
3
.github/workflows/ci.yml
vendored
3
.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, 19 ]
|
jdk: [ 11, 17, 20 ]
|
||||||
include:
|
include:
|
||||||
- jdk: 11
|
- jdk: 11
|
||||||
analysis: true
|
analysis: true
|
||||||
@ -27,7 +27,6 @@ jobs:
|
|||||||
mvn -B sonar:sonar
|
mvn -B sonar:sonar
|
||||||
-Dsonar.host.url=https://sonarcloud.io
|
-Dsonar.host.url=https://sonarcloud.io
|
||||||
-Dsonar.organization=stklcode-github
|
-Dsonar.organization=stklcode-github
|
||||||
-Dsonar.login=$SONAR_TOKEN
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
|
|||||||
### Dependencies
|
### Dependencies
|
||||||
* Updated Jackson dependency to 2.14.2
|
* Updated Jackson dependency to 2.14.2
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
* Tested with JDK 20
|
||||||
|
|
||||||
|
|
||||||
## 2.0.4 - 2022-11-21
|
## 2.0.4 - 2022-11-21
|
||||||
### Security
|
### Security
|
||||||
|
Loading…
x
Reference in New Issue
Block a user