From 1212a1ad24e3eafdcc877f2c73f0a11c7981461b Mon Sep 17 00:00:00 2001 From: ruslandoga <67764432+ruslandoga@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:52:06 +0900 Subject: [PATCH] add latest clickhouse to ci --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9e8f239..06c3646 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: matrix: elixir: ["1.14", "1.15", "1.16"] otp: ["25", "26"] - clickhouse: ["23.3.7.5"] + clickhouse: ["23.3.7.5", "latest"] timezone: ["UTC"] include: - elixir: "1.16"