diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index cc9bede8..3c2a4fe5 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 @@ -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