Skip to content

Commit

Permalink
CI config: bump versions, add setup-sbt, adopt->temurin
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Oct 18, 2024
1 parent a833d75 commit 75e3ecd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: coursier/cache-action@v6
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- name: Test
run: sbt test
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-java@v2
- uses: actions/setup-java@v4
with:
distribution: adopt
distribution: temurin
java-version: 8
- uses: sbt/setup-sbt@v1
- run: sbt ci-release
env:
PGP_PASSPHRASE: ${{secrets.PGP_PASSPHRASE}}
Expand Down

0 comments on commit 75e3ecd

Please sign in to comment.