Skip to content

Commit

Permalink
Add ClickHouse 24.8 LTS to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Burmak committed Sep 30, 2024
1 parent 6d1736c commit b0e2317
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
clickhouse:
- "22.8.21.38"
- "23.3.22.3"
- "23.8.14.6"
- "24.3.3.102"
- "23.8.16.40"
- "24.3.11.7"
- "24.8.4.13"
- "latest"
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +80,7 @@ jobs:
push_to_dockerhub:
runs-on: ubuntu-latest
env:
CLICKHOUSE_VERSIONS: "22.8.21.38, 23.3.22.3, 23.8.14.6, 24.3.3.102, latest"
CLICKHOUSE_VERSIONS: "22.8.21.38, 23.3.22.3, 23.8.16.40, 24.3.11.7, 24.8.4.13, latest"
if: ${{ github.event_name == 'push' }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b0e2317

Please sign in to comment.