Skip to content

Commit

Permalink
chore: use clickhouse/clickhouse-server docker image (#165)
Browse files Browse the repository at this point in the history
- Test 21.7+
- Add 22.2, 22.3, 22.4
  • Loading branch information
simPod authored Apr 24, 2022
1 parent fbcc8ab commit 8706fd3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
23 changes: 4 additions & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- dependency-versions: "lowest"
php-version: "8.0"
env:
CLICKHOUSE_VERSION: "20.12"
CLICKHOUSE_VERSION: "22.4"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -64,31 +64,16 @@ jobs:
php-version:
- "8.0"
clickhouse-version:
- "19.17"
- "20.1"
- "20.3"
- "20.4"
- "20.5"
- "20.6"
- "20.7"
- "20.8"
- "20.9"
- "20.10"
- "20.11"
- "20.12"
- "21.1"
- "21.2"
- "21.3"
# - "21.4" It does not support header auth
- "21.5"
- "21.6"
- "21.7"
- "21.8"
- "21.9"
- "21.10"
- "21.11"
- "21.12"
- "22.1"
- "22.2"
- "22.3"
- "22.4"
dependency-versions:
- "highest"
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Infection:
runs-on: ubuntu-18.04
env:
CLICKHOUSE_VERSION: "20.12"
CLICKHOUSE_VERSION: "22.4"

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
clickhouse-server:
image: "yandex/clickhouse-server:${CLICKHOUSE_VERSION}"
image: "clickhouse/clickhouse-server:${CLICKHOUSE_VERSION}"
hostname: clickhouse
container_name: clickhouse
ports:
Expand Down

0 comments on commit 8706fd3

Please sign in to comment.