From 6dda214c3d37e20c2510085176d86274dda78207 Mon Sep 17 00:00:00 2001 From: Daniel Escribano Date: Thu, 14 Nov 2024 18:58:10 +0100 Subject: [PATCH] chore: run tests only on 24.8 version --- .github/workflows/ci-backend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-backend.yml b/.github/workflows/ci-backend.yml index 03eecc5087520..3cb0a41c3aa78 100644 --- a/.github/workflows/ci-backend.yml +++ b/.github/workflows/ci-backend.yml @@ -235,7 +235,7 @@ jobs: matrix: python-version: ['3.11.9'] clickhouse-server-image: - ['clickhouse/clickhouse-server:23.12.6.19', 'clickhouse/clickhouse-server:24.8.5.115'] + ['clickhouse/clickhouse-server:24.8.5.115'] segment: ['Core'] person-on-events: [false, true] # :NOTE: Keep concurrency and groups in sync @@ -328,7 +328,7 @@ jobs: fail-fast: false matrix: clickhouse-server-image: - ['clickhouse/clickhouse-server:23.12.6.19', 'clickhouse/clickhouse-server:24.8.5.115'] + ['clickhouse/clickhouse-server:24.8.5.115'] if: needs.changes.outputs.backend == 'true' runs-on: ubuntu-latest steps: