From ce88ff1b514c44e81c060fd318b1c91c91716fb7 Mon Sep 17 00:00:00 2001 From: Yann Simon Date: Fri, 27 Sep 2024 10:44:12 +0200 Subject: [PATCH] stick to scala 3 LTS: 3.3.4 --- .github/workflows/ci.yml | 10 +++++----- build.sbt | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 406ce87..a460798 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.20, 2.13.14, 3.4.3] + scala: [2.12.20, 2.13.14, 3.3.4] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -71,7 +71,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.4.3] + scala: [3.3.4] java: [zulu@8] runs-on: ${{ matrix.os }} steps: @@ -111,12 +111,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.4.3) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.4.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.4.3) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar diff --git a/build.sbt b/build.sbt index b33b8ca..a3911d7 100644 --- a/build.sbt +++ b/build.sbt @@ -19,7 +19,7 @@ licenses := Seq( "Apache License, ASL Version 2.0" → url("https://www.apache.org/licenses/LICENSE-2.0")) // sbt-github-actions needs configuration in `ThisBuild` -ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.4.3") +ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.4") ThisBuild / scalaVersion := crossScalaVersions.value.last ThisBuild / githubWorkflowPublishTargetBranches := List() ThisBuild / githubWorkflowBuildPreamble ++= List(