Skip to content

Commit

Permalink
Add Trino 395 to ci matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesmet committed Sep 21, 2022
1 parent 7b3145f commit 4858d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
include:
# Test with older Trino versions for backward compatibility
- { python: "3.10", trino: "351" } # first Trino version
# Test with Trino version that requires result set to be fully exhausted
- { python: "3.10", trino: "395" }
env:
TRINO_VERSION: "${{ matrix.trino }}"
steps:
Expand Down

0 comments on commit 4858d6b

Please sign in to comment.