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 b8c943212 chore: bump java version 24 -> 25
b8c943212 is described below
commit b8c943212b7f18c12ba396a1d0d25f6fcc763eb8
Author: lprimak <[email protected]>
AuthorDate: Tue Oct 21 13:30:31 2025 -0500
chore: bump java version 24 -> 25
---
.github/workflows/maven.yml | 6 +++---
.jenkins.groovy | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9d49ca594..8b7e139fc 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -55,7 +55,7 @@ jobs:
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-2022', 'macOS-latest' ]
- jdk: [ 11, 17, 21, 24 ]
+ jdk: [ 11, 17, 21, 25 ]
dist: [ 'temurin', 'adopt-openj9', 'zulu' ]
exclude:
# was already built
@@ -71,9 +71,9 @@ jobs:
# no OpenJ9 21
- dist: adopt-openj9
jdk: 21
- # no OpenJ9 24
+ # no OpenJ9 25
- dist: adopt-openj9
- jdk: 24
+ jdk: 25
fail-fast: false
runs-on: ${{ matrix.os }}
diff --git a/.jenkins.groovy b/.jenkins.groovy
index c2da320f9..0a6c6d4cb 100644
--- a/.jenkins.groovy
+++ b/.jenkins.groovy
@@ -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_24_latest'
+ values 'jdk_11_latest', 'jdk_17_latest',
'jdk_21_latest', 'jdk_25_latest'
}
// Additional axes, like OS and maven version can be
configured here.
}