From 08e3d22823d6018fd9b9d48f249999e8d1fb42bc Mon Sep 17 00:00:00 2001 From: Julien Mailleret <8582351+jmlrt@users.noreply.github.com> Date: Fri, 9 Jul 2021 15:24:27 +0200 Subject: [PATCH] [meta] add tests for k8s 1.20 (#1294) This commit add tests on GKE 1.20 following new GKE version updates: https://cloud.google.com/kubernetes-engine/docs/release-notes#June_25_2021 --- helpers/matrix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/matrix.yml b/helpers/matrix.yml index 96883f01a..749b09cfa 100644 --- a/helpers/matrix.yml +++ b/helpers/matrix.yml @@ -42,3 +42,4 @@ APM_SERVER_SUITE: KUBERNETES_VERSION: - "1.18" - "1.19" + - "1.20"