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 1846f61b3 chore: use latestSupportedJDK in nextSnapshot stage
1846f61b3 is described below
commit 1846f61b357d8e7d890c6aac9adb16f68af647ee
Author: lprimak <[email protected]>
AuthorDate: Tue Jan 27 20:05:08 2026 -0600
chore: use latestSupportedJDK in nextSnapshot stage
---
.jenkins.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.jenkins.groovy b/.jenkins.groovy
index d871c4940..463ae5f9d 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -89,7 +89,7 @@ pipeline {
stage('Use next -SNAPSHOT version') {
when {
expression { deployableBranch }
- expression { MATRIX_JDK == 'jdk_25_latest' }
+ expression { MATRIX_JDK == latestSupportedJDK }
// is not a PR (GitHub) / MergeRequest (GitLab) /
Change (Gerrit)?
not { changeRequest() }
}