Skip to content

Commit

Permalink
feat(engines): add Camunda 7.22 (alpha)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed May 13, 2024
1 parent 55ae189 commit 784ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/util/Engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const ENGINES = {
export const ENGINE_PROFILES = [
{
executionPlatform: ENGINES.PLATFORM,
executionPlatformVersions: [ '7.21.0', '7.20.0', '7.19.0', '7.18.0', '7.17.0', '7.16.0', '7.15.0' ],
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' ],
latestStable: '7.21.0'
},
{
Expand Down

0 comments on commit 784ed1c

Please sign in to comment.