Skip to content

Commit

Permalink
chore: update latest stable Camunda 8 version to 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed Jan 5, 2024
1 parent d340821 commit 9b357ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/util/Engines.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const ENGINE_PROFILES = [
{
executionPlatform: ENGINES.CLOUD,
executionPlatformVersions: [ '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' ],
latestStable: '8.3.0'
latestStable: '8.4.0'
}
];

Expand Down
2 changes: 1 addition & 1 deletion client/src/util/__tests__/EnginesSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ describe('util/Engines', function() {

it('Platform', verifyLatestStable(ENGINES.PLATFORM, '7.20.0'));

it('Cloud', verifyLatestStable(ENGINES.CLOUD, '8.3.0'));
it('Cloud', verifyLatestStable(ENGINES.CLOUD, '8.4.0'));

});

Expand Down

0 comments on commit 9b357ac

Please sign in to comment.