This is an automated email from the ASF dual-hosted git repository.
lprimak pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new 7d0b64ce6 bugfix(build): cannot use variables in matrix
7d0b64ce6 is described below
commit 7d0b64ce6cd822002e286670f1809af328d72251
Author: lprimak <[email protected]>
AuthorDate: Tue Jan 27 18:44:41 2026 -0600
bugfix(build): cannot use variables in matrix
---
.jenkins.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jenkins.groovy b/.jenkins.groovy
index e5ed97b50..d871c4940 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -39,7 +39,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', latestSupportedJDK
+ values 'jdk_25_latest', 'jdk_11_latest',
'jdk_17_latest', 'jdk_21_latest'
}
// Additional axes, like OS and maven version can be
configured here.
}