Skip to content

Commit aa551bd

Browse files
authored
remove 1.15 (sourcegraph#2270)
1 parent 5c0cc64 commit aa551bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/integration/fresh/fresh_test.go

+1-1
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.15", "1.16", "1.17", "1.18"} {
24+
for _, k8sVersion := range []string{"1.16", "1.17", "1.18"} {
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)