From d73ed805341b6ebd797298225686a408a7e61a3d Mon Sep 17 00:00:00 2001 From: "typelevel-steward[bot]" <106827141+typelevel-steward[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:08:20 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fda1ed4d66..3e27eb1ca3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-14] - scala: [3.3.3, 2.12.20, 2.13.15] + scala: [3.3.4, 2.12.20, 2.13.15] java: - temurin@8 - temurin@11 @@ -37,9 +37,9 @@ jobs: - graalvm@17 ci: [ciJVM, ciNative, ciJS, ciFirefox, ciChrome] exclude: - - scala: 3.3.3 + - scala: 3.3.4 java: temurin@11 - - scala: 3.3.3 + - scala: 3.3.4 java: temurin@21 - scala: 2.12.20 java: temurin@11 @@ -50,10 +50,10 @@ jobs: - scala: 2.12.20 java: graalvm@17 - os: windows-latest - scala: 3.3.3 + scala: 3.3.4 ci: ciJVM - os: macos-14 - scala: 3.3.3 + scala: 3.3.4 ci: ciJVM - os: windows-latest scala: 2.12.20 @@ -64,9 +64,9 @@ jobs: - os: macos-14 java: temurin@8 - ci: ciFirefox - scala: 3.3.3 + scala: 3.3.4 - ci: ciChrome - scala: 3.3.3 + scala: 3.3.4 - ci: ciFirefox scala: 2.12.20 - ci: ciChrome @@ -239,24 +239,24 @@ jobs: run: sbt githubWorkflowCheck - name: Check that scalafix has been run on JVM - if: matrix.ci == 'ciJVM' && matrix.scala != '3.3.3' && matrix.java == 'temurin@8' && matrix.os == 'ubuntu-latest' + if: matrix.ci == 'ciJVM' && matrix.scala != '3.3.4' && matrix.java == 'temurin@8' && matrix.os == 'ubuntu-latest' shell: bash run: sbt '++ ${{ matrix.scala }}' 'rootJVM/scalafixAll --check' - name: Check that scalafix has been run on JS - if: matrix.ci == 'ciJS' && matrix.scala != '3.3.3' && matrix.java == 'temurin@8' && matrix.os == 'ubuntu-latest' + if: matrix.ci == 'ciJS' && matrix.scala != '3.3.4' && matrix.java == 'temurin@8' && matrix.os == 'ubuntu-latest' shell: bash run: sbt '++ ${{ matrix.scala }}' 'rootJS/scalafixAll --check' - name: Check that scalafix has been run on Native - if: matrix.ci == 'ciNative' && matrix.scala != '3.3.3' && matrix.java == 'temurin@8' && matrix.os == 'ubuntu-latest' + if: matrix.ci == 'ciNative' && matrix.scala != '3.3.4' && matrix.java == 'temurin@8' && matrix.os == 'ubuntu-latest' shell: bash run: sbt '++ ${{ matrix.scala }}' 'rootNative/scalafixAll --check' - shell: bash run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}' - - if: (matrix.scala == '2.13.15' || matrix.scala == '3.3.3') && matrix.ci == 'ciJVM' && matrix.java == 'temurin@17' + - if: (matrix.scala == '2.13.15' || matrix.scala == '3.3.4') && matrix.ci == 'ciJVM' && matrix.java == 'temurin@17' shell: bash run: sbt '++ ${{ matrix.scala }}' docs/mdoc @@ -392,32 +392,32 @@ jobs: if: matrix.java == 'graalvm@17' && steps.setup-java-graalvm-17.outputs.cache-hit == 'false' run: sbt +update - - name: Download target directories (3.3.3, ciJVM) + - name: Download target directories (3.3.4, ciJVM) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-ciJVM + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-ciJVM - - name: Inflate target directories (3.3.3, ciJVM) + - name: Inflate target directories (3.3.4, ciJVM) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3, ciNative) + - name: Download target directories (3.3.4, ciNative) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-ciNative + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-ciNative - - name: Inflate target directories (3.3.3, ciNative) + - name: Inflate target directories (3.3.4, ciNative) run: | tar xf targets.tar rm targets.tar - - name: Download target directories (3.3.3, ciJS) + - name: Download target directories (3.3.4, ciJS) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-ciJS + name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-ciJS - - name: Inflate target directories (3.3.3, ciJS) + - name: Inflate target directories (3.3.4, ciJS) run: | tar xf targets.tar rm targets.tar