Skip to content

Commit

Permalink
Test on v20.12
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 23, 2020
1 parent 23e84e2 commit 4d4693c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4d4693c

Please sign in to comment.