Skip to content

Commit

Permalink
Update test matrix for Go and ClickHouse versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerTorres authored Feb 16, 2025
1 parent fca08b4 commit d7e25aa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
strategy:
matrix:
go:
- "1.24"
- "1.23"
- "1.22"
clickhouse: # https://github.com/ClickHouse/ClickHouse/blob/master/SECURITY.md#scope-and-supported-versions
- "24.9"
- "25.1"
- "24.12"
- "24.11"
- "24.8"
- "24.7"
- "24.3"
steps:
- name: Checkout
Expand Down

0 comments on commit d7e25aa

Please sign in to comment.