Skip to content

Commit

Permalink
Trino versions explicitly to string (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maleware committed Jul 26, 2024
1 parent b38a4ad commit d6dc3ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/test-definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
dimensions:
- name: trino
values:
- 414
- 442
- 451
- "414"
- "442"
- "451"
- name: trino-latest
values:
- 451
- "451"
- name: hive
values:
- 3.1.3
Expand Down

0 comments on commit d6dc3ba

Please sign in to comment.