We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ce63c commit 3f2068cCopy full SHA for 3f2068c
.github/workflows/build-and-test.yml
@@ -59,7 +59,7 @@ jobs:
59
strategy:
60
fail-fast: false
61
matrix:
62
- clickhouse: [ 22.3, 22.8, 23.3, 23.8, 24.3.12, 24.6 ]
+ clickhouse: [ 25.3, 25.6, 25.7, latest ]
63
env:
64
CLICKHOUSE_IMAGE: clickhouse/clickhouse-server:${{ matrix.clickhouse }}
65
steps:
0 commit comments