Skip to content

Commit

Permalink
chore: update GH Actions CH/Go matrix (#949)
Browse files Browse the repository at this point in the history
* chore: update GH Actions CH/Go matrix

* remove unsupported CH versions
  • Loading branch information
jkaflik authored Mar 29, 2023
1 parent 666d1d3 commit 5df7295
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
max-parallel: 1
matrix:
go:
- 1.18
- 1.19
clickhouse:
- 22.3
- 22.8
- 22.9
- '22.10'
- 22.11
- latest
- "1.19"
- "1.20"
clickhouse: # https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#scope-and-supported-versions
- "22.3"
- "22.8"
- "22.12"
- "23.1"
- "23.2"
- "latest"
steps:
- uses: actions/checkout@main

Expand All @@ -49,8 +49,8 @@ jobs:
fail-fast: true
matrix:
go:
- 1.18
- 1.19
- "1.19"
- "1.20"
steps:
- uses: actions/checkout@main

Expand Down

0 comments on commit 5df7295

Please sign in to comment.