diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c29b57d9..058c6109e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.16, 2.13.8, 3.1.2] + scala: [2.12.16, 2.13.8, 3.1.3] java: [adopt-hotspot@8] runs-on: ${{ matrix.os }} steps: @@ -59,7 +59,7 @@ jobs: run: sbt ++${{ matrix.scala }} validateJVM validateJS validateNative - name: Build project (Scala 3) - if: matrix.scala == '3.1.2' + if: matrix.scala == '3.1.3' run: sbt ++${{ matrix.scala }} validateJVM30 validateJS30 validateNative30 - name: Codecov @@ -129,12 +129,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.2) + - name: Download target directories (3.1.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.1.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.1.3-${{ matrix.java }} - - name: Inflate target directories (3.1.2) + - name: Inflate target directories (3.1.3) run: | tar xf targets.tar rm targets.tar