Skip to content

Commit

Permalink
Add SA 1.4 versions for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Oct 29, 2023
1 parent f038921 commit fb9af3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sa-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
strategy:
matrix:
python-version:
- "3.8"
- "3.12"
clickhouse-version:
- 19.16.2.2
sa-version: [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44]
- 23.8.4
sa-version: [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49]

name: ${{ matrix.python-version }} SA=1.4.${{ matrix.sa-version }}
steps:
Expand Down

0 comments on commit fb9af3b

Please sign in to comment.