mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2025-08-02 19:20:14 +03:00
Chore: bump pipeline clickhouse version to 20.8
This commit is contained in:
parent
078ffbfc90
commit
8f497ea357
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
|
@ -1,7 +1,7 @@
|
|||
# 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
|
||||
|
||||
name: Python package
|
||||
name: Test python package
|
||||
|
||||
on:
|
||||
push:
|
||||
|
@ -40,7 +40,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
clickhouse:
|
||||
image: yandex/clickhouse-server:20.6
|
||||
image: yandex/clickhouse-server:20.8
|
||||
ports:
|
||||
- 8123:8123
|
||||
strategy:
|
||||
|
|
Loading…
Reference in New Issue
Block a user