From bd2257b6d1e477628b9af61da8f08e35dc6e8f6e Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Sun, 16 Nov 2025 11:42:37 +0100 Subject: [PATCH] gha: test against docker v29, v28 Signed-off-by: Sebastiaan van Stijn --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3bc4bd18a..d50a1f732 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,8 +156,8 @@ jobs: - plugin - standalone engine: - - 27 # old stable (latest major - 1) - - 28 # current stable + - 28 # old stable (latest major - 1) + - 29 # current stable steps: - name: Prepare run: |