Skip to content

Commit e048c9e

Browse files
authored
Test with Java 21 on Linux (#168)
1 parent bf6c46c commit e048c9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ buildPlugin(
88
useContainerAgent: true,
99
// Show failures on all configurations
1010
failFast: false,
11-
// Test Java 11 and Java 17
11+
// Test Java 11, 17, and 21
1212
configurations: [
1313
[platform: 'linux', jdk: '17'], // Linux first for coverage report on ci.jenkins.io
14+
[platform: 'linux', jdk: '21', jenkins: '2.414'],
1415
[platform: 'windows', jdk: '11'],
1516
]
1617
)

0 commit comments

Comments
 (0)