Skip to content

Commit 1124a19

Browse files
committed
Update rolling upgrade upgrade to include 4.2 and 4.3
1 parent ee39f57 commit 1124a19

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/bwc/test_rolling_upgrade.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ def __repr__(self):
1919
UpgradePath('4.0.x', '4.1.0'),
2020
UpgradePath('4.1.0', '4.1.x'),
2121
UpgradePath('4.1.x', '4.1'),
22-
UpgradePath('4.1.x', 'latest-nightly'),
22+
UpgradePath('4.1.x', '4.2.x'),
23+
UpgradePath('4.2.x', '4.3.x'),
24+
UpgradePath('4.3.x', 'latest-nightly'),
2325
)
2426

2527

0 commit comments

Comments
 (0)