From 4d4693c40d21c632fe0d3bde9540cbba6c9f0d89 Mon Sep 17 00:00:00 2001 From: Simon Podlipsky Date: Tue, 22 Dec 2020 18:19:00 +0100 Subject: [PATCH] Test on v20.12 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/infection.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22f3c9a..6049d91 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: runs-on: ubuntu-18.04 name: Code Coverage env: - CLICKHOUSE_VERSION: "20.9" + CLICKHOUSE_VERSION: "20.12" steps: - uses: actions/checkout@v2 @@ -131,7 +131,7 @@ jobs: ] name: PHP ${{ matrix.php }} Test ${{ matrix.env }} env: - CLICKHOUSE_VERSION: "20.9" + CLICKHOUSE_VERSION: "20.12" steps: - uses: actions/checkout@v2 @@ -171,7 +171,7 @@ jobs: runs-on: ubuntu-18.04 strategy: matrix: - clickhouse-version: ["19.17", "20.1", "20.3", "20.4", "20.5", "20.6", "20.7", "20.8", "20.9", "20.10", "20.11"] + clickhouse-version: ["19.17", "20.1", "20.3", "20.4", "20.5", "20.6", "20.7", "20.8", "20.9", "20.10", "20.11", "20.12"] name: ClickHouse ${{ matrix.clickhouse-version }} Test env: CLICKHOUSE_VERSION: ${{ matrix.clickhouse-version }} diff --git a/.github/workflows/infection.yml b/.github/workflows/infection.yml index ed65bea..5f94bb5 100644 --- a/.github/workflows/infection.yml +++ b/.github/workflows/infection.yml @@ -12,7 +12,7 @@ jobs: Infection: runs-on: ubuntu-18.04 env: - CLICKHOUSE_VERSION: "20.9" + CLICKHOUSE_VERSION: "20.12" steps: - uses: actions/checkout@v2