From 83e40c39b49926c6b76b7bcda9cf6420c10bcf30 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 24 Sep 2025 10:12:05 +0200 Subject: [PATCH] gha: update test-matrix: remove docker 23.x, 26.x, add 25.x - Mirantis Container Runtime (MCR) 23.0 reached EOL, and the next LTS version of MCR is 25.x - Docker 26.x reached EOL and is no longer maintained Signed-off-by: Sebastiaan van Stijn --- .github/workflows/e2e.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7ecdb039c15c..1ba37f0318bc 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -39,8 +39,7 @@ jobs: engine-version: - 28 # latest - 27 # latest - 1 - - 26 # github actions default - - 23 # mirantis lts + - 25 # mirantis lts steps: - name: Checkout