Skip to content

Commit

Permalink
build and test with JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Oct 15, 2023
1 parent 0ab7aa8 commit b99d309
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [ 11, 17, 20 ]
jdk: [ 11, 17, 21 ]
include:
- jdk: 11
analysis: true
Expand Down

0 comments on commit b99d309

Please sign in to comment.