Skip to content

Commit

Permalink
chore(build): Build on JDK 21 so all tests pass due to MR-Jar bouncyc…
Browse files Browse the repository at this point in the history
…astle
  • Loading branch information
lprimak committed May 5, 2024
1 parent 771ee16 commit 9075bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down

0 comments on commit 9075bc0

Please sign in to comment.