Skip to content

Commit ef84dde

Browse files
committed
removed old LTS version from testing. no critical issues, but will investigate
1 parent 23a81bd commit ef84dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ jobs:
452452
matrix:
453453
# most recent LTS releases as well as latest stable builds
454454
# https://github.com/ClickHouse/ClickHouse/pulls?q=is%3Aopen+is%3Apr+label%3Arelease
455-
clickhouse: ["23.8", "24.3", "24.8", "latest"]
455+
clickhouse: ["24.3", "24.8", "latest"]
456456
fail-fast: false
457457
timeout-minutes: 15
458458
name: Client V2 + CH ${{ matrix.clickhouse }}

0 commit comments

Comments
 (0)