From 7b8cf5ef1adab6ed14d681addd77e93ebb8b9c06 Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 5 Dec 2022 15:06:55 +0100 Subject: [PATCH] Add 1.34.0 to integration tests Signed-off-by: Kristoffer Dalby --- integration/scenario.go | 3 ++- integration_common_test.go | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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",