Chore: bump pipeline clickhouse version to 20.8

This commit is contained in:
Oliver Margetts 2021-08-06 16:32:30 +00:00 committed by GitHub
parent 078ffbfc90
commit 8f497ea357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions # This workflow will install Python dependencies, run tests and lint with a variety of Python versions
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python package name: Test python package
on: on:
push: push:
@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
clickhouse: clickhouse:
image: yandex/clickhouse-server:20.6 image: yandex/clickhouse-server:20.8
ports: ports:
- 8123:8123 - 8123:8123
strategy: strategy: