Skip to content

Commit

Permalink
Test against both Trino 351 and latest
Browse files Browse the repository at this point in the history
  • Loading branch information
hashhar committed Feb 1, 2022
1 parent 70c69c5 commit 158e73f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ jobs:
"pypy-3.6",
"pypy-3.7",
]
trino-version: [
"351", # first Trino version
"latest",
]
env:
TRINO_VERSION: "${{ matrix.trino-version }}"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 158e73f

Please sign in to comment.