Skip to content

Commit

Permalink
chore: remove old Zeebe versions
Browse files Browse the repository at this point in the history
Closes #4396
  • Loading branch information
jarekdanielak committed Jul 19, 2024
1 parent c17a183 commit a783c6e
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 @@ -21,7 +21,7 @@ export const ENGINE_PROFILES = [
},
{
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', '1.3.0', '1.2.0', '1.1.0', '1.0.0' ],
executionPlatformVersions: [ '8.6.0', '8.5.0', '8.4.0', '8.3.0', '8.2.0', '8.1.0', '8.0.0' ],
latestStable: '8.5.0'
}
];
Expand Down

0 comments on commit a783c6e

Please sign in to comment.