Skip to content

Commit

Permalink
Update .jenkins.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak authored Nov 16, 2024
1 parent 93cd589 commit 0510f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .jenkins.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
axis {
// https://cwiki.apache.org/confluence/display/INFRA/JDK+Installation+Matrix
name 'MATRIX_JDK'
values 'jdk_11_latest', 'jdk_17_latest', 'jdk_21_latest', 'jdk_22_latest'
values 'jdk_11_latest', 'jdk_17_latest', 'jdk_21_latest', 'jdk_23_latest'
}
// Additional axes, like OS and maven version can be configured here.
}
Expand Down

0 comments on commit 0510f25

Please sign in to comment.