Skip to content

Commit 96e7c68

Browse files
committed
Add Trino 395 to ci matrix
1 parent 29fb5fa commit 96e7c68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
include:
4949
# Test with older Trino versions for backward compatibility
5050
- { python: "3.10", trino: "351" } # first Trino version
51+
# Test with Trino version that requires result set to be fully exhausted
52+
- { python: "3.10", trino: "395" }
5153
env:
5254
TRINO_VERSION: "${{ matrix.trino }}"
5355
steps:

0 commit comments

Comments
 (0)