Skip to content

Commit

Permalink
test: run integration tests against latest Zeebe version 8.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Oct 11, 2024
1 parent 195cd65 commit b9f4819
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace Zeebe.Client.Accelerator.Integration.Tests.Helpers
{
public class IntegrationTestHelper : IAsyncDisposable
{
public const string LatestZeebeVersion = "8.3.0";
public const string LatestZeebeVersion = "8.6.1";
public const int ZeebePort = 26500;
private readonly ILogger<IntegrationTestHelper> logger;
private readonly CancellationTokenSource cancellationTokenSource;
Expand Down

0 comments on commit b9f4819

Please sign in to comment.