Skip to content

Commit 51fc183

Browse files
authored
update test versions (sourcegraph#4015)
1 parent 30e8156 commit 51fc183

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/fresh/fresh_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestFreshDeployment(t *testing.T) {
2121
noCleanup := os.Getenv("NOCLEANUP") == "true"
2222

2323
// Validate on various kubernetes versions
24-
for _, k8sVersion := range []string{"1.18", "1.19", "1.20"} {
24+
for _, k8sVersion := range []string{"1.19", "1.20", "1.21"} {
2525
k8sVersion := k8sVersion
2626
t.Run(fmt.Sprintf("GKE version %q", k8sVersion), func(t *testing.T) {
2727
config, err := commonConfig()

0 commit comments

Comments
 (0)