From 841bec334dd0ba7ebc9916cdbe3ea56da444e21a Mon Sep 17 00:00:00 2001 From: Roman Janusz Date: Sat, 11 Mar 2023 13:09:44 +0100 Subject: [PATCH] gh workflow update --- .github/workflows/ci.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af82a64..bd5e258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,8 +22,8 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] - java: [temurin@11] + scala: [2.13.10] + java: [temurin@17] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -31,12 +31,12 @@ jobs: with: fetch-depth: 0 - - name: Setup Java (temurin@11) - if: matrix.java == 'temurin@11' + - name: Setup Java (temurin@17) + if: matrix.java == 'temurin@17' uses: actions/setup-java@v2 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Cache sbt uses: actions/cache@v2 @@ -72,8 +72,8 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [2.13.8] - java: [temurin@11] + scala: [2.13.10] + java: [temurin@17] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -81,12 +81,12 @@ jobs: with: fetch-depth: 0 - - name: Setup Java (temurin@11) - if: matrix.java == 'temurin@11' + - name: Setup Java (temurin@17) + if: matrix.java == 'temurin@17' uses: actions/setup-java@v2 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Cache sbt uses: actions/cache@v2 @@ -100,12 +100,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (2.13.8) + - name: Download target directories (2.13.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-2.13.8-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.10-${{ matrix.java }} - - name: Inflate target directories (2.13.8) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar