Skip to content

Commit

Permalink
Fix CI for Clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
dolfinus committed Dec 5, 2024
1 parent 3a68f4f commit 81458ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data/clickhouse/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ min: &min

max: &max
clickhouse-image: clickhouse/clickhouse-server
clickhouse-version: 24.11.1.2557-alpine
clickhouse-version: 24.10.3.21-alpine
spark-version: 3.5.3
pydantic-version: 2
python-version: '3.12'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-greenplum.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,3 +139,4 @@ jobs:
path: reports/*
# https://github.com/actions/upload-artifact/issues/602
include-hidden-files: true
overwrite: true
2 changes: 1 addition & 1 deletion docs/connection/db_connection/clickhouse/prerequisites.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Version Compatibility

* Clickhouse server versions:
* Officially declared: 22.8 or higher
* Actually tested: 21.1, 24.11
* Actually tested: 21.1, 24.10
* Spark versions: 2.3.x - 3.5.x
* Java versions: 8 - 20

Expand Down

0 comments on commit 81458ca

Please sign in to comment.