From a32d3bbc8aeb5c5a0c64f7c9b6c8559144521f77 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Fri, 11 Aug 2023 23:38:42 +0200 Subject: [PATCH] Test on Java 21 --- Jenkinsfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 70f09268..34a625c2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,6 @@ * allowing one to test against multiple Jenkins versions. */ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: 'linux', jdk: '11' ], - [ platform: 'windows', jdk: '11' ], - [ platform: 'linux', jdk: '17' ], + [ platform: 'windows', jdk: '17' ], + [ platform: 'linux', jdk: '21' ] ])