Skip to content

Commit

Permalink
java 17 for build
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 3, 2025
1 parent 1d89f90 commit a5b49eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Setup sbt
uses: sbt/setup-sbt@v1
- run: sbt ci-release
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Cache sbt
Expand All @@ -39,11 +39,11 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Setup sbt
uses: sbt/setup-sbt@v1
- name: Cache sbt
Expand Down

0 comments on commit a5b49eb

Please sign in to comment.