Skip to content

Commit

Permalink
chore: remove 23.11 clickhouse from matrix testing (#22165)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuziontech authored May 7, 2024
1 parent ed845fa commit f1d32e6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.10.10']
clickhouse-server-image:
['clickhouse/clickhouse-server:23.11.2.11-alpine', 'clickhouse/clickhouse-server:23.12.5.81-alpine']
clickhouse-server-image: ['clickhouse/clickhouse-server:23.12.5.81-alpine']
segment: ['Core']
person-on-events: [false, true]
# :NOTE: Keep concurrency and groups in sync
Expand Down Expand Up @@ -334,8 +333,7 @@ jobs:
strategy:
fail-fast: false
matrix:
clickhouse-server-image:
['clickhouse/clickhouse-server:23.11.2.11-alpine', 'clickhouse/clickhouse-server:23.12.5.81-alpine']
clickhouse-server-image: ['clickhouse/clickhouse-server:23.12.5.81-alpine']
if: needs.changes.outputs.backend == 'true'
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f1d32e6

Please sign in to comment.