From c8ead6f463f2d1c92c01af97456469ccf032c2df Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 12 Aug 2023 09:40:33 +0200 Subject: [PATCH] Test on Java 21 (#62) --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 4f0ea40..cc8ea9e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,5 +1,5 @@ buildPlugin(useContainerAgent: true, configurations: [ - [ platform: 'linux', jdk: '11' ], - [ platform: 'windows', jdk: '11' ], [ platform: 'linux', jdk: '17' ], + [ platform: 'windows', jdk: '17' ], + [ platform: 'linux', jdk: '21' ], ])