Skip to content

Commit 3f2068c

Browse files
committed
update the supported CH versions
1 parent 25ce63c commit 3f2068c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
clickhouse: [ 22.3, 22.8, 23.3, 23.8, 24.3.12, 24.6 ]
62+
clickhouse: [ 25.3, 25.6, 25.7, latest ]
6363
env:
6464
CLICKHOUSE_IMAGE: clickhouse/clickhouse-server:${{ matrix.clickhouse }}
6565
steps:

0 commit comments

Comments
 (0)