Skip to content

Commit

Permalink
Merge pull request #454 from bjaglin/ubuntu-sbt
Browse files Browse the repository at this point in the history
ubuntu-latest now points to 24.04 which does not include sbt
  • Loading branch information
bjaglin authored Jan 11, 2025
2 parents b7013f5 + 94797d4 commit d2eb516
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: temurin:8
- uses: sbt/setup-sbt@v1
- run: rm -rf src/sbt-test/skip-sbt1.4
- run: sbt test scripted
jdk11:
Expand All @@ -23,6 +24,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: temurin:11
- uses: sbt/setup-sbt@v1
- run: rm -rf src/sbt-test/skip-sbt1.4
- run: sbt test scripted
jdk17:
Expand All @@ -33,6 +35,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: temurin:17
- uses: sbt/setup-sbt@v1
- run: rm -rf src/sbt-test/skip-java17+
- run: rm -rf src/sbt-test/skip-sbt1.4
- run: sbt test scripted
Expand All @@ -45,6 +48,7 @@ jobs:
- uses: coursier/setup-action@v1
with:
jvm: temurin:21
- uses: sbt/setup-sbt@v1
- run: rm -rf src/sbt-test/skip-java17+
- run: sbt test scripted
windows:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: coursier/setup-action@v1
- uses: sbt/setup-sbt@v1
- uses: olafurpg/setup-gpg@v3
- run: git fetch --unshallow
- name: Publish ${{ github.ref }}
Expand Down

0 comments on commit d2eb516

Please sign in to comment.