Skip to content

Commit

Permalink
Merge pull request #1773 from scalacenter/releasejava8
Browse files Browse the repository at this point in the history
build JARs against Java 8 for max compatibility
  • Loading branch information
bjaglin authored Jun 2, 2023
2 parents 0501523 + 0000c48 commit 30bbae7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
with:
fetch-depth: 0
- uses: coursier/setup-action@v1
with:
jvm: temurin:8
- uses: olafurpg/setup-gpg@v3
- name: Check that major or minor was bumped upon compatibility breakage
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit 30bbae7

Please sign in to comment.