Skip to content

Commit

Permalink
Update horizon version in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla committed Apr 23, 2024
1 parent 707c7d0 commit 13f748a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ build-latest:
PROTOCOL_VERSION_DEFAULT=20 \
XDR_REF=v20.1.0 \
CORE_REF=v20.4.0 \
HORIZON_REF=horizon-v2.29.0 \
HORIZON_REF=horizon-v2.30.0 \
SOROBAN_RPC_REF=v20.3.0

build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=20 \
XDR_REF=v21.0.0 \
CORE_REF=v21.0.0rc1 \
HORIZON_REF=horizon-v2.29.0 \
HORIZON_REF=horizon-v2.30.0 \
SOROBAN_RPC_REF=v20.3.0

build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=20 \
XDR_REF=v20.0.2 \
CORE_REF=v20.1.0 \
HORIZON_REF=horizon-v2.29.0 \
HORIZON_REF=horizon-v2.30.0 \
SOROBAN_RPC_REF=v20.1.0

build:
Expand Down

0 comments on commit 13f748a

Please sign in to comment.