From 5bdc073b67706bfb3c4dd0b5c2684fa375b37e45 Mon Sep 17 00:00:00 2001 From: Michiel De Smet Date: Wed, 21 Sep 2022 15:39:11 +0200 Subject: [PATCH] Add Trino 395 to ci matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bde0ee1a..33bca82b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: