Skip to content

Commit

Permalink
Bump images to stable Horizon and RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic committed Nov 7, 2024
1 parent 4b384bc commit 820b11a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
horizon_ref: horizon-v22.0.0
soroban_rpc_ref: v22.0.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
Expand All @@ -59,8 +59,8 @@ jobs:
protocol_version_default: 21
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.5.1
horizon_ref: horizon-v22.0.0
soroban_rpc_ref: v22.0.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
protocol_version_default: 22
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
horizon_ref: horizon-v22.0.0
soroban_rpc_ref: v22.0.0
friendbot_ref: horizon-v22.0.0
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -60,9 +60,9 @@ jobs:
protocol_version_default: 22
xdr_ref: v22.0.0
core_ref: v22.0.0
horizon_ref: horizon-v22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc3
friendbot_ref: horizon-v22.0.0-rc2
horizon_ref: horizon-v22.0.0
soroban_rpc_ref: v22.0.0
friendbot_ref: horizon-v22.0.0
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ build-testing:
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc3 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
HORIZON_REF=horizon-v22.0.0 \
SOROBAN_RPC_REF=v22.0.0 \
FRIENDBOT_REF=horizon-v22.0.0

build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=22 \
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc3 \
FRIENDBOT_REF=horizon-v22.0.0-rc2
HORIZON_REF=horizon-v22.0.0 \
SOROBAN_RPC_REF=v22.0.0 \
FRIENDBOT_REF=horizon-v22.0.0

build:
$(MAKE) -j 4 build-deps
Expand Down

0 comments on commit 820b11a

Please sign in to comment.