Skip to content

Commit 9075bc0

Browse files
committed
chore(build): Build on JDK 21 so all tests pass due to MR-Jar bouncycastle
1 parent 771ee16 commit 9075bc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Set up JDK
3939
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
4040
with:
41-
java-version: 11
41+
java-version: 21
4242
distribution: temurin
4343

4444
- name: License Check
@@ -60,7 +60,7 @@ jobs:
6060
exclude:
6161
# was already built
6262
- os: 'ubuntu-latest'
63-
jdk: 11
63+
jdk: 21
6464
dist: 'temurin'
6565
# exclude temurin on MacOS. zulu (also hotspot) and OpenJ9 are sufficient.
6666
- os: 'macOS-latest'

0 commit comments

Comments
 (0)