diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index 9b7c189b..9ba53f5f 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -34,7 +34,7 @@ jobs: protocol_version_default: 21 xdr_ref: v21.1.0 core_ref: v21.2.0 - horizon_ref: horizon-v2.31.0 + horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.2.0 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | @@ -59,7 +59,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.2.0 core_build_runner_type: ubuntu-latest-16-cores - horizon_ref: horizon-v2.31.0 + horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.2.0 soroban_rpc_build_runner_type: ubuntu-latest-16-cores friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 6bf8c8dc..1c47d640 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -35,7 +35,7 @@ jobs: protocol_version_default: 20 xdr_ref: v21.1.0 core_ref: v21.2.0 - horizon_ref: horizon-v2.31.0 + horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.2.0 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | @@ -60,7 +60,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.2.0 core_build_runner_type: ubuntu-latest-16-cores - horizon_ref: horizon-v2.31.0 + horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.2.0 soroban_rpc_build_runner_type: ubuntu-latest-16-cores friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 301ba372..ea74f5a7 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -36,7 +36,7 @@ jobs: protocol_version_default: 21 xdr_ref: v21.1.0 core_ref: v21.2.0 - horizon_ref: horizon-v2.31.0 + horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.2.0 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 test_matrix: | @@ -61,7 +61,7 @@ jobs: xdr_ref: v21.1.0 core_ref: v21.2.0 core_build_runner_type: ubuntu-latest-16-cores - horizon_ref: horizon-v2.31.0 + horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.2.0 soroban_rpc_build_runner_type: ubuntu-latest-16-cores friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 diff --git a/Makefile b/Makefile index 145a500a..e12e66b8 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ build-latest: PROTOCOL_VERSION_DEFAULT=20 \ XDR_REF=v21.1.0 \ CORE_REF=v21.2.0 \ - HORIZON_REF=horizon-v2.31.0 \ + HORIZON_REF=horizon-v2.32.0 \ SOROBAN_RPC_REF=v21.2.0 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 @@ -35,7 +35,7 @@ build-testing: PROTOCOL_VERSION_DEFAULT=21 \ XDR_REF=v21.1.0 \ CORE_REF=v21.2.0 \ - HORIZON_REF=horizon-v2.31.0 \ + HORIZON_REF=horizon-v2.32.0 \ SOROBAN_RPC_REF=v21.2.0 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 @@ -44,7 +44,7 @@ build-future: PROTOCOL_VERSION_DEFAULT=21 \ XDR_REF=v21.1.0 \ CORE_REF=v21.2.0 \ - HORIZON_REF=horizon-v2.31.0 \ + HORIZON_REF=horizon-v2.32.0 \ SOROBAN_RPC_REF=v21.2.0 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9