Skip to content

Commit

Permalink
More test SA versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Feb 17, 2024
1 parent a581de0 commit b3dd945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sa-versions.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
on: [push, pull_request]
name: "SQLAlchemy >=2.0.18 versions"
name: "SQLAlchemy >=2.0.0 versions"
jobs:
tests:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version:
- "3.12"
clickhouse-version:
- 23.8.4.69
sa-version: [18, 19, 20, 21, 22, 23, 24, 25, 26, 27]
sa-version: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27]

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

0 comments on commit b3dd945

Please sign in to comment.