From 56e92e34b63739ae345453a96fd315c8d8b06e93 Mon Sep 17 00:00:00 2001 From: Guillaume Lours <705411+glours@users.noreply.github.com> Date: Wed, 18 Dec 2024 16:14:09 +0100 Subject: [PATCH] use the 3 latest major versions of the engine to run e2e step Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com> --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc816357ef..7e10b509b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,9 +141,9 @@ jobs: - plugin - standalone engine: - - 25.0.5 - - 26.1.4 - - 27.4.1 + - 25 + - 26 + - 27 steps: - name: Prepare run: |