Skip to content

Commit d6dc3ba

Browse files
authored
Trino versions explicitly to string (#622)
1 parent b38a4ad commit d6dc3ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/test-definition.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313
dimensions:
1414
- name: trino
1515
values:
16-
- 414
17-
- 442
18-
- 451
16+
- "414"
17+
- "442"
18+
- "451"
1919
- name: trino-latest
2020
values:
21-
- 451
21+
- "451"
2222
- name: hive
2323
values:
2424
- 3.1.3

0 commit comments

Comments
 (0)