From 8a40bf7a45a5335fec0c73418ceb0dd45995ea61 Mon Sep 17 00:00:00 2001 From: "nmc.borst" Date: Wed, 22 Jan 2025 10:55:19 +0100 Subject: [PATCH] Update build-scala.yml --- .github/workflows/build-scala.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-scala.yml b/.github/workflows/build-scala.yml index 86b3a03..8e5604e 100644 --- a/.github/workflows/build-scala.yml +++ b/.github/workflows/build-scala.yml @@ -1,4 +1,4 @@ -name: Scala Build +name: build on: push: @@ -12,11 +12,14 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.1.0 - - name: Set up Eclipse Temurin - JDK 19 - uses: actions/setup-java@v3.6.0 + - uses: actions/checkout@v4 + - name: setup-java + uses: actions/setup-java@v4 with: - java-version: '19' + java-version: '21' distribution: 'temurin' - - name: Test - run: sbt test + cache: sbt + - uses: sbt/setup-sbt@v1 + - name: sbt-test + shell: bash + run: sbt -v +test