Skip to content

Commit

Permalink
Update Besu Support
Browse files Browse the repository at this point in the history
Update besu to support 1.3 and 1.4 via semver.  Keep 1.3.2 in place to
support legacy configurations.

Signed-off-by: Danno Ferrin <[email protected]>
  • Loading branch information
shemnon committed Apr 3, 2020
1 parent d559eaa commit d055b03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/caliper-cli/lib/lib/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,6 @@ sut:
besu:
1.3.2: &besu-latest
packages: ['[email protected]']
1.3: *besu-latest
1.4: *besu-latest
latest: *besu-latest

0 comments on commit d055b03

Please sign in to comment.