From d93eaf2fc5d0a072adaa2f61291ce3ee53d3a71c Mon Sep 17 00:00:00 2001 From: Alexander Burmak Date: Tue, 24 Oct 2023 11:56:33 +0300 Subject: [PATCH] Update ClickHouse versions: 23.3.14.78, 23.8.4.69 --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 5f8da6d1..ee77fcff 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -55,9 +55,9 @@ jobs: - python: "3.10" clickhouse: "22.8.21.38" - python: "3.10" - clickhouse: "23.3.13.6" + clickhouse: "23.3.14.78" - python: "3.10" - clickhouse: "23.8.3.48" + clickhouse: "23.8.4.69" - python: "3.10" clickhouse: "latest" - python: "3.11"