Skip to content

Commit

Permalink
update Teku version
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanBratanov committed Sep 15, 2023
1 parent 6b25f9a commit dfa0956
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class RemoteValidatorCompatibilityAcceptanceTest extends AcceptanceTestBa

@Test
void shouldRunUpdatedValidatorAgainstOldBeaconNode() throws Exception {
verifyCompatibility(TekuDockerVersion.V23_6_1, TekuDockerVersion.LOCAL_BUILD);
verifyCompatibility(TekuDockerVersion.V23_9_0, TekuDockerVersion.LOCAL_BUILD);
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public enum TekuDockerVersion {
LOCAL_BUILD("develop"),
LAST_RELEASE("latest"),
V23_6_1("23.6.1");
V23_9_0("23.9.0");

private final String version;

Expand Down

0 comments on commit dfa0956

Please sign in to comment.