Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jan 18, 2025
1 parent a48ea35 commit 8980bd0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: 8
java-version: 23
- name: Setup sbt launcher
uses: sbt/setup-sbt@v1
with:
sbt-runner-version: '1.10.7'
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Build and test
Expand Down

0 comments on commit 8980bd0

Please sign in to comment.