From 0c1a5bbe94228acfa821543282d230dc6c1c8abb Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 14 Dec 2024 12:06:29 +0100 Subject: [PATCH 1/3] test with scala 3.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4729af70..dbcd3840 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ organization := "com.fasterxml.jackson.module" val scala213Version = "2.13.15" ThisBuild / scalaVersion := scala213Version -ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.3.4") +ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.20", scala213Version, "3.6.2") resolvers ++= Resolver.sonatypeOssRepos("snapshots") From 9af2e797198aa6f35b4a87114303fe57867d13c5 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 14 Dec 2024 12:12:01 +0100 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 332154fb..8faed035 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,9 +64,6 @@ jobs: java-version: 21 cache: sbt - - name: Check that workflows are up to date - run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' githubWorkflowCheck - - run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' test mimaReportBinaryIssues - name: Compress target directories From 2fe5d2831b810141759f29b72e4488ada250aec5 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 14 Dec 2024 12:20:17 +0100 Subject: [PATCH 3/3] Update ci.yml --- .github/workflows/ci.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8faed035..46ec421b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.11.12, 2.12.20, 2.13.15, 3.3.4] + scala: [2.11.12, 2.12.20, 2.13.15, 3.6.2] java: [zulu@8, zulu@11, zulu@17, zulu@21] runs-on: ${{ matrix.os }} steps: @@ -64,6 +64,9 @@ jobs: java-version: 21 cache: sbt + - name: Check that workflows are up to date + run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' githubWorkflowCheck + - run: sbt -J-Xmx2G '++ ${{ matrix.scala }}' test mimaReportBinaryIssues - name: Compress target directories @@ -153,12 +156,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.4) + - name: Download target directories (3.6.2) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} + name: target-${{ matrix.os }}-3.6.2-${{ matrix.java }} - - name: Inflate target directories (3.3.4) + - name: Inflate target directories (3.6.2) run: | tar xf targets.tar rm targets.tar