diff --git a/integration/scenario.go b/integration/scenario.go index 0ce4bdf..393fba1 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 a165886..36f4b6d 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",