From dd11bb38b01cd1b21a3a2c2a920af5a9102b85c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 24 Jan 2024 15:14:58 +0100 Subject: [PATCH] ci/e2e: Run e2e for 24.0 and 25.0 engine MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move away from `stable-dind` which is Docker 19(!). Signed-off-by: Paweł Gronowski --- .github/workflows/e2e.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 60f99c5690c6..1c2f31dcbc86 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -28,11 +28,9 @@ jobs: - alpine - debian engine-version: -# - 20.10-dind # FIXME: Fails on 20.10 - - stable-dind # TODO: Use 20.10-dind, stable-dind is deprecated - include: - - target: non-experimental - engine-version: 19.03-dind + - 24.0-dind + - 25.0-dind + steps: - name: Checkout