From 8980bd0cb6be20473651f3c2040546b115de8a7c Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sat, 18 Jan 2025 10:09:20 -0600 Subject: [PATCH] Updated CI --- .github/workflows/ci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1061865a0..5e93a128e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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