From 7f87bdcf759e2b1b6548cb8e9a23fa323e9c7121 Mon Sep 17 00:00:00 2001 From: Iurii Malchenko Date: Tue, 10 Sep 2024 15:02:04 +0200 Subject: [PATCH] gh generate --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6331be..6fff07f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.0.0-RC3, 2.13.5, 2.12.13] + scala: [3.3.3, 2.13.14, 2.12.20] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -74,7 +74,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.5] + scala: [2.13.14] java: [adopt@1.8] runs-on: ${{ matrix.os }} steps: @@ -100,32 +100,32 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.0.0-RC3) + - name: Download target directories (3.3.3) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.0.0-RC3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} - - name: Inflate target directories (3.0.0-RC3) + - name: Inflate target directories (3.3.3) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.5) + - name: Download target directories (2.13.14) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.5-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.14-${{ matrix.java }} - - name: Inflate target directories (2.13.5) + - name: Inflate target directories (2.13.14) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (2.12.13) + - name: Download target directories (2.12.20) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.12.13-${{ matrix.java }} + name: target-${{ matrix.os }}-2.12.20-${{ matrix.java }} - - name: Inflate target directories (2.12.13) + - name: Inflate target directories (2.12.20) run: | tar xf targets.tar rm targets.tar