diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4627dd2..49159f9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,12 +28,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.12.15, 2.13.6, 3.1.1] + scala: [2.12.15, 2.13.6, 3.3.4] java: [temurin@8] project: [rootJS, rootJVM, rootNative] exclude: - project: rootNative - scala: 3.1.1 + scala: 3.3.4 runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -113,7 +113,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.1.1] + scala: [3.3.4] java: [temurin@8] runs-on: ${{ matrix.os }} steps: @@ -210,22 +210,22 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1, rootJS) + - name: Download target directories (3.3.4, rootJS) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJS - - name: Inflate target directories (3.1.1, rootJS) + - name: Inflate target directories (3.3.4, rootJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.1.1, rootJVM) + - name: Download target directories (3.3.4, rootJVM) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJVM - - name: Inflate target directories (3.1.1, rootJVM) + - name: Inflate target directories (3.3.4, rootJVM) run: | tar xf targets.tar rm targets.tar