Skip to content

Commit

Permalink
Test against 24.1.7.18
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Apr 2, 2024
1 parent 4f1a43f commit a1875c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ jobs:
- "3.7"
- "3.8"
clickhouse-version:
- 19.3.5
- 18.14.9
- 24.1.7.18
#- 19.3.5
#- 18.14.9

name: ${{ matrix.python-version }} CH=${{ matrix.clickhouse-version }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3'

services:
clickhouse-server:
image: "yandex/clickhouse-server:$VERSION"
image: "clickhouse/clickhouse-server:$VERSION"
container_name: test-clickhouse-server
ports:
- "127.0.0.1:9000:9000"
Expand Down

0 comments on commit a1875c5

Please sign in to comment.