Skip to content

Commit

Permalink
Include setup-scala step in CI (#126)
Browse files Browse the repository at this point in the history
* Include setup-scala step in CI

* Use Java 11 to minimise the change.
  • Loading branch information
kelvin-chappell authored Jan 2, 2025
1 parent c493b48 commit 3608563
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 11
cache: sbt
- uses: guardian/setup-scala@v1
- name: Build and Test
env:
PROUT_GITHUB_ACCESS_TOKEN: ${{ secrets.PROUT_GITHUB_ACCESS_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java corretto-11.0.25.9.1

0 comments on commit 3608563

Please sign in to comment.