Skip to content

Commit 158e73f

Browse files
committed
Test against both Trino 351 and latest
1 parent 70c69c5 commit 158e73f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
"pypy-3.6",
3737
"pypy-3.7",
3838
]
39+
trino-version: [
40+
"351", # first Trino version
41+
"latest",
42+
]
43+
env:
44+
TRINO_VERSION: "${{ matrix.trino-version }}"
3945
steps:
4046
- uses: actions/checkout@v2
4147
- uses: actions/setup-python@v2

0 commit comments

Comments
 (0)