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 9075bc0a8 chore(build): Build on JDK 21 so all tests pass due to
MR-Jar bouncycastle
9075bc0a8 is described below
commit 9075bc0a8bb5bc74f2a31a181b08c0d2fdc801da
Author: lprimak <[email protected]>
AuthorDate: Sun May 5 02:54:47 2024 -0500
chore(build): Build on JDK 21 so all tests pass due to MR-Jar bouncycastle
---
.github/workflows/maven.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 74aa0a1ea..58c66a69d 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -38,7 +38,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 #
v4.2.1
with:
- java-version: 11
+ java-version: 21
distribution: temurin
- name: License Check
@@ -60,7 +60,7 @@ jobs:
exclude:
# was already built
- os: 'ubuntu-latest'
- jdk: 11
+ jdk: 21
dist: 'temurin'
# exclude temurin on MacOS. zulu (also hotspot) and OpenJ9 are
sufficient.
- os: 'macOS-latest'