Skip to content

Commit 560818d

Browse files
authored
Test with Java 21 (#250)
1 parent f696a35 commit 560818d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ buildPlugin(
66
useContainerAgent: true,
77
// Show failures on all configurations
88
failFast: false,
9-
// Test Java 11 with default Jenkins version, Java 17 with more recent LTS
9+
// Test Java 11, 17, and 21
1010
configurations: [
11-
[platform: 'linux', jdk: '17', jenkins: '2.387.1'],
11+
[platform: 'linux', jdk: '17'],
12+
[platform: 'linux', jdk: '21', jenkins: '2.414'],
1213
[platform: 'windows', jdk: '11']
1314
]
1415
)

0 commit comments

Comments
 (0)