From 4582f5ea9c221bedeb10b07b5878d9c9846f63f1 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Fri, 11 Aug 2023 23:26:41 +0200 Subject: [PATCH] Test on Java 21 --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 998e5dd..a3b2963 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,6 +4,6 @@ * allowing one to test against multiple Jenkins versions. */ buildPlugin(useContainerAgent: true, configurations: [ - [platform: 'linux', jdk: 17], - [platform: 'windows', jdk: 11], + [platform: 'linux', jdk: 21], + [platform: 'windows', jdk: 17], ])