From c52261a7547151d2f1a1fd1ac5d40ea87b5f5fae Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Mon, 16 Oct 2023 09:50:23 +0200 Subject: [PATCH] ci: drop 21.x clickhouse versions in tests --- .github/workflows/ci.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f78a55..02d7727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,12 +65,6 @@ jobs: php-version: - "8.1" clickhouse-version: - - "21.7" - - "21.8" - - "21.9" - - "21.10" - - "21.11" - - "21.12" - "22.1" - "22.2" - "22.3"