Skip to content

Commit

Permalink
Revert "chore(build): Build on JDK 21 so all tests pass due to MR-Jar…
Browse files Browse the repository at this point in the history
… bouncycastle"

This reverts commit 9075bc0.
  • Loading branch information
lprimak committed May 6, 2024
1 parent c71cda1 commit 6bdc8fe
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: 21
java-version: 11
distribution: temurin

- name: License Check
Expand All @@ -60,7 +60,7 @@ jobs:
exclude:
# was already built
- os: 'ubuntu-latest'
jdk: 21
jdk: 11
dist: 'temurin'
# exclude temurin on MacOS. zulu (also hotspot) and OpenJ9 are sufficient.
- os: 'macOS-latest'
Expand Down

0 comments on commit 6bdc8fe

Please sign in to comment.