From 13f7d82a925a2c669022a24be6e1da41c8ed87f4 Mon Sep 17 00:00:00 2001 From: Alexander Burmak Date: Thu, 2 May 2024 13:11:08 +0300 Subject: [PATCH] Add test run for ClickHouse 24.3 LTS (#150) --- .github/workflows/workflow.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b5c0ade1..8736645c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -54,9 +54,11 @@ jobs: - python: "3.10" clickhouse: "22.8.21.38" - python: "3.10" - clickhouse: "23.3.19.32" + clickhouse: "23.3.22.3" - python: "3.10" - clickhouse: "23.8.9.54" + clickhouse: "23.8.13.25" + - python: "3.10" + clickhouse: "24.3.2.23" - python: "3.10" clickhouse: "latest" - python: "3.11"