From 1fab77bf64c283a57aa8272244e7cbf361aaa676 Mon Sep 17 00:00:00 2001 From: Martin Stamm Date: Thu, 24 Oct 2024 15:47:01 +0200 Subject: [PATCH] feat: add new alpha versions related to https://github.com/camunda/camunda-modeler/issues/4610 --- client/src/util/Engines.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/util/Engines.js b/client/src/util/Engines.js index f59fccb473..3f11c355a7 100644 --- a/client/src/util/Engines.js +++ b/client/src/util/Engines.js @@ -16,12 +16,12 @@ export const ENGINES = { export const ENGINE_PROFILES = [ { executionPlatform: ENGINES.PLATFORM, - executionPlatformVersions: [ '7.22.0', '7.21.0', '7.20.0', '7.19.0', '7.18.0', '7.17.0', '7.16.0', '7.15.0' ], + executionPlatformVersions: [ '7.23.0', '7.22.0', '7.21.0', '7.20.0', '7.19.0', '7.18.0', '7.17.0', '7.16.0', '7.15.0' ], latestStable: '7.22.0' }, { executionPlatform: ENGINES.CLOUD, - executionPlatformVersions: [ '8.6.0', '8.5.0', '8.4.0', '8.3.0', '8.2.0', '8.1.0', '8.0.0' ], + executionPlatformVersions: [ '8.7.0', '8.6.0', '8.5.0', '8.4.0', '8.3.0', '8.2.0', '8.1.0', '8.0.0' ], latestStable: '8.6.0' } ];