From 80eaa46e8543033b4b807e9812f47a569823b659 Mon Sep 17 00:00:00 2001 From: takapi327 Date: Thu, 2 Jan 2025 16:16:50 +0900 Subject: [PATCH] Action sbt githubWorkflowGenerate --- .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 fb2df53b4..7b263f9bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,13 +28,13 @@ jobs: strategy: matrix: os: [ubuntu-22.04] - scala: [3.3.4, 3.5.2] + scala: [3.3.4, 3.6.2] java: [corretto@11, corretto@17] project: [ldbcJS, ldbcNative, ldbcJVM] exclude: - project: ldbcJS java: corretto@17 - - scala: 3.5.2 + - scala: 3.6.2 java: corretto@17 - project: ldbcNative java: corretto@17 @@ -200,32 +200,32 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (3.5.2, ldbcJS) + - name: Download target directories (3.6.2, ldbcJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.5.2-ldbcJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.6.2-ldbcJS - - name: Inflate target directories (3.5.2, ldbcJS) + - name: Inflate target directories (3.6.2, ldbcJS) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.5.2, ldbcNative) + - name: Download target directories (3.6.2, ldbcNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.5.2-ldbcNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.6.2-ldbcNative - - name: Inflate target directories (3.5.2, ldbcNative) + - name: Inflate target directories (3.6.2, ldbcNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.5.2, ldbcJVM) + - name: Download target directories (3.6.2, ldbcJVM) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.5.2-ldbcJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.6.2-ldbcJVM - - name: Inflate target directories (3.5.2, ldbcJVM) + - name: Inflate target directories (3.6.2, ldbcJVM) run: | tar xf targets.tar rm targets.tar