diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 620e2265..dbd55ab4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,13 @@ jobs: strategy: matrix: os: [ubuntu-22.04] - scala: [3, 2.13, 2.12] + scala: [3.3.7, 3.8.1, 2.12.21] java: [temurin@8, temurin@21] project: [rootJS, rootJVM, rootNative] exclude: - - scala: 3 + - scala: 3.3.7 java: temurin@21 - - scala: 2.13 + - scala: 3.8.1 java: temurin@21 - project: rootJS java: temurin@21 @@ -162,92 +162,92 @@ jobs: if: matrix.java == 'temurin@21' && steps.setup-java-temurin-21.outputs.cache-hit == 'false' run: sbt +update - - name: Download target directories (3, rootJS) + - name: Download target directories (3.3.7, rootJS) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJS - - name: Inflate target directories (3, rootJS) + - name: Inflate target directories (3.3.7, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3, rootJVM) + - name: Download target directories (3.3.7, rootJVM) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootJVM - - name: Inflate target directories (3, rootJVM) + - name: Inflate target directories (3.3.7, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3, rootNative) + - name: Download target directories (3.3.7, rootNative) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootNative - - name: Inflate target directories (3, rootNative) + - name: Inflate target directories (3.3.7, rootNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13, rootJS) + - name: Download target directories (3.8.1, rootJS) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJS - - name: Inflate target directories (2.13, rootJS) + - name: Inflate target directories (3.8.1, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13, rootJVM) + - name: Download target directories (3.8.1, rootJVM) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootJVM - - name: Inflate target directories (2.13, rootJVM) + - name: Inflate target directories (3.8.1, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13, rootNative) + - name: Download target directories (3.8.1, rootNative) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.8.1-rootNative - - name: Inflate target directories (2.13, rootNative) + - name: Inflate target directories (3.8.1, rootNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12, rootJS) + - name: Download target directories (2.12.21, rootJS) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJS - - name: Inflate target directories (2.12, rootJS) + - name: Inflate target directories (2.12.21, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12, rootJVM) + - name: Download target directories (2.12.21, rootJVM) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootJVM - - name: Inflate target directories (2.12, rootJVM) + - name: Inflate target directories (2.12.21, rootJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12, rootNative) + - name: Download target directories (2.12.21, rootNative) uses: actions/download-artifact@v6 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.12-rootNative + name: target-${{ matrix.os }}-${{ matrix.java }}-2.12.21-rootNative - - name: Inflate target directories (2.12, rootNative) + - name: Inflate target directories (2.12.21, rootNative) run: | tar xf targets.tar rm targets.tar @@ -322,7 +322,7 @@ jobs: - name: Submit Dependencies uses: scalacenter/sbt-dependency-submission@v2 with: - modules-ignore: rootjs_3 rootjs_2.13 rootjs_2.12 docs_3 docs_2.13 docs_2.12 cats-collections-tests_sjs1_3 cats-collections-tests_sjs1_2.13 cats-collections-tests_sjs1_2.12 rootjvm_3 rootjvm_2.13 rootjvm_2.12 rootnative_3 rootnative_2.13 rootnative_2.12 cats-collections-tests_3 cats-collections-tests_2.13 cats-collections-tests_2.12 cats-collections-tests_native0.5_3 cats-collections-tests_native0.5_2.13 cats-collections-tests_native0.5_2.12 cats-collections-bench_3 cats-collections-bench_2.13 cats-collections-bench_2.12 + modules-ignore: rootjs_3 rootjs_3 rootjs_2.12 docs_3 docs_3 docs_2.12 cats-collections-tests_sjs1_3 cats-collections-tests_sjs1_3 cats-collections-tests_sjs1_2.12 rootjvm_3 rootjvm_3 rootjvm_2.12 rootnative_3 rootnative_3 rootnative_2.12 cats-collections-tests_3 cats-collections-tests_3 cats-collections-tests_2.12 cats-collections-tests_native0.5_3 cats-collections-tests_native0.5_3 cats-collections-tests_native0.5_2.12 cats-collections-bench_3 cats-collections-bench_3 cats-collections-bench_2.12 configs-ignore: test scala-tool scala-doc-tool test-internal coverage: diff --git a/build.sbt b/build.sbt index 92afa271..54fa1d8b 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,7 @@ val scalacheckVersion = "1.19.0" val algebraVersion = "2.13.0" val Scala212 = "2.12.21" -val Scala213 = "2.13.18" +val Scala213 = "3.8.1" val Scala3 = "3.3.7" ThisBuild / tlBaseVersion := "0.9"