Skip to content

Commit 4dfc293

Browse files
committed
Run with 6.0 instead of 6.0.x
1 parent c95f548 commit 4dfc293

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/bwc/test_rolling_upgrade.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
UpgradePath('5.7.x', '5.8.x'),
4141
UpgradePath('5.8.x', '5.9.x'),
4242
UpgradePath('5.9.x', '5.10.x'),
43-
UpgradePath('5.10.x', '6.0.x'),
44-
UpgradePath('6.0.x', 'latest-nightly'),
43+
UpgradePath('5.10.x', '6.0'),
44+
UpgradePath('6.0', 'latest-nightly'),
4545
)
4646

4747

0 commit comments

Comments
 (0)