From 868d918bef53d0904ba95fce4819894b77735648 Mon Sep 17 00:00:00 2001 From: Alexander Burmak Date: Mon, 11 Sep 2023 21:37:02 -0700 Subject: [PATCH] Drop support of deprecated ClickHouse version 21.8 (#66) --- .github/workflows/workflow.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 90459776..15e3ca2f 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -50,14 +50,12 @@ jobs: clickhouse: "latest" - python: "3.9" clickhouse: "latest" - - python: "3.10" - clickhouse: "21.8.15.7" - python: "3.10" clickhouse: "22.3.20.29" - python: "3.10" clickhouse: "22.8.21.38" - python: "3.10" - clickhouse: "23.3.11.5" + clickhouse: "23.3.13.6" - python: "3.10" clickhouse: "latest" - python: "3.11"