Skip to content

Commit

Permalink
Fixes #23486: Add a test on JDK21 (#5056)
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Oct 19, 2023
1 parent 2e09367 commit 2e9dbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ pipeline {
name 'JDK_VERSION'
// The rationale here is:
// * all base test already run on the lowest supported (LTS) version
// * add specific compatibility tests for other supported LTS + latest release
values '17', '19'
// * add specific compatibility tests for other supported LTS + latest release
values '17', '21'
}
}
stages {
Expand Down

0 comments on commit 2e9dbdc

Please sign in to comment.