We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecfa635 commit 9ac05c4Copy full SHA for 9ac05c4
src/Tests/Framework/Configuration/EnvironmentConfiguration.cs
@@ -9,7 +9,7 @@ namespace Tests.Framework.Configuration
9
{
10
public class EnvironmentConfiguration : TestConfigurationBase
11
12
- private const string DefaultVersion = "5.5.0";
+ private const string DefaultVersion = "5.6.5";
13
14
public override bool TestAgainstAlreadyRunningElasticsearch { get; protected set; } = false;
15
public override bool ForceReseed { get; protected set; } = true;
0 commit comments