Skip to content

Commit

Permalink
chore: run tests only on 24.8 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daesgar committed Nov 14, 2024
1 parent d874e08 commit 6dda214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
matrix:
python-version: ['3.11.9']
clickhouse-server-image:
['clickhouse/clickhouse-server:23.12.6.19', 'clickhouse/clickhouse-server:24.8.5.115']
['clickhouse/clickhouse-server:24.8.5.115']
segment: ['Core']
person-on-events: [false, true]
# :NOTE: Keep concurrency and groups in sync
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
fail-fast: false
matrix:
clickhouse-server-image:
['clickhouse/clickhouse-server:23.12.6.19', 'clickhouse/clickhouse-server:24.8.5.115']
['clickhouse/clickhouse-server:24.8.5.115']
if: needs.changes.outputs.backend == 'true'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 6dda214

Please sign in to comment.