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 authored and hashhar committed Sep 22, 2022
1 parent 2bfe040 commit 5bdc073
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 5bdc073

Please sign in to comment.