diff --git a/integration/scenario.go b/integration/scenario.go index 0ce4bdf8..393fba17 100644 --- a/integration/scenario.go +++ b/integration/scenario.go @@ -32,7 +32,8 @@ var ( tailscaleVersions2021 = []string{ "head", "unstable", - "1.32.1", + "1.34.0", + "1.32.3", "1.30.2", } diff --git a/integration_common_test.go b/integration_common_test.go index a1658863..36f4b6dd 100644 --- a/integration_common_test.go +++ b/integration_common_test.go @@ -32,7 +32,8 @@ var ( tailscaleVersions = []string{ "head", "unstable", - "1.32.0", + "1.34.0", + "1.32.3", "1.30.2", "1.28.0", "1.26.2",