From 60775b6150243d8f63767b2d4c9cb6713f41c1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Tue, 25 Jun 2024 14:42:09 +0200 Subject: [PATCH] gha/e2e: Update latest version to 27.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 27.0 is out - update the latest version used for e2e and drop the 25.0 Signed-off-by: Paweł Gronowski --- .github/workflows/e2e.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a2259712d9..8a462812d5 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,9 +28,8 @@ jobs: - alpine - debian engine-version: - - 27-rc # testing - - 26.1 # latest - - 25.0 # latest - 1 + - 27.0 # latest + - 26.1 # latest - 1 - 23.0 # mirantis lts # TODO(krissetto) 19.03 needs a look, doesn't work ubuntu 22.04 (cgroup errors). # we could have a separate job that tests it against ubuntu 20.04