Skip to content

Commit 0191244

Browse files
authored
test: Correct the versions to test against (#825)
* test: Correct the versions to test against * test: Set upgrade test to lowest and highest versions
1 parent 0fc316f commit 0191244

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/test-definition.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
dimensions:
77
- name: kafka
88
values:
9+
- 3.7.1
910
- 3.7.2
10-
- 3.8.0
11+
- 3.8.1
1112
- 3.9.0
1213
# Alternatively, if you want to use a custom image, append a comma and the full image name to the product version
1314
# as in the example below.
@@ -26,7 +27,7 @@ dimensions:
2627
- 3.9.2
2728
- name: upgrade_old
2829
values:
29-
- 3.8.0
30+
- 3.7.1
3031
- name: upgrade_new
3132
values:
3233
- 3.9.0

0 commit comments

Comments
 (0)