diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3115424..b273ca62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: os: [ubuntu-latest] scala: [2.13.13, 3.3.1] java: [temurin@17] - clickhouse: [21.3, 21.8.14, 22.3] + clickhouse: [21.3, 21.8.14, 22.3, 23.8] runs-on: ${{ matrix.os }} steps: - name: Checkout current branch (full) @@ -72,7 +72,7 @@ jobs: - name: Upload target directories uses: actions/upload-artifact@v4 with: - name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }} + name: target-${{ matrix.os }}-${{ matrix.scala }}-${{ matrix.java }}-${{matrix.clickhouse}} path: targets.tar publish: