diff --git a/Jenkinsfile b/Jenkinsfile index 971e9982908..cf965c84804 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 {