From d2455024bdcb388f6f9571bb2acdbb4b64b7d121 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Tue, 8 Oct 2024 14:49:13 -0700 Subject: [PATCH] Bump testing and future to v22.0.0rc2 --- .github/workflows/build-future.yml | 8 ++++---- .github/workflows/build-testing.yml | 8 ++++---- Makefile | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-future.yml b/.github/workflows/build-future.yml index e13e4864..62a0e7ed 100644 --- a/.github/workflows/build-future.yml +++ b/.github/workflows/build-future.yml @@ -32,8 +32,8 @@ jobs: arch: amd64 tag: ${{ inputs.tag-prefix }}future-amd64 protocol_version_default: 21 - xdr_ref: v21.1.0 - core_ref: v21.3.1 + xdr_ref: v22.0.0-rc.1.1 + core_ref: v22.0.0rc2 horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.5.1 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 @@ -56,8 +56,8 @@ jobs: arch: arm64 tag: ${{ inputs.tag-prefix }}future-arm64 protocol_version_default: 21 - xdr_ref: v21.1.0 - core_ref: v21.3.1 + xdr_ref: v22.0.0-rc.1.1 + core_ref: v22.0.0rc2 core_build_runner_type: ubuntu-latest-16-cores horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.5.1 diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index 0f845954..49a2603d 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -34,8 +34,8 @@ jobs: arch: amd64 tag: ${{ inputs.tag-prefix }}testing-amd64 protocol_version_default: 21 - xdr_ref: v21.1.0 - core_ref: v21.3.1 + xdr_ref: v22.0.0-rc.1.1 + core_ref: v22.0.0rc2 horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.5.1 friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9 @@ -58,8 +58,8 @@ jobs: arch: arm64 tag: ${{ inputs.tag-prefix }}testing-arm64 protocol_version_default: 21 - xdr_ref: v21.1.0 - core_ref: v21.3.1 + xdr_ref: v22.0.0-rc.1.1 + core_ref: v22.0.0rc2 core_build_runner_type: ubuntu-latest-16-cores horizon_ref: horizon-v2.32.0 soroban_rpc_ref: v21.5.1 diff --git a/Makefile b/Makefile index 660f36f5..2e374d05 100644 --- a/Makefile +++ b/Makefile @@ -32,18 +32,18 @@ build-latest: build-testing: $(MAKE) build TAG=testing \ - PROTOCOL_VERSION_DEFAULT=21 \ - XDR_REF=v21.1.0 \ - CORE_REF=v21.3.1 \ + PROTOCOL_VERSION_DEFAULT=22 \ + XDR_REF=v22.0.0-rc.1.1 \ + CORE_REF=v22.0.0rc2 \ HORIZON_REF=horizon-v2.32.0 \ SOROBAN_RPC_REF=v21.5.1 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9 build-future: $(MAKE) build TAG=future \ - PROTOCOL_VERSION_DEFAULT=21 \ - XDR_REF=v21.1.0 \ - CORE_REF=v21.3.1 \ + PROTOCOL_VERSION_DEFAULT=22 \ + XDR_REF=v22.0.0-rc.1.1 \ + CORE_REF=v22.0.0rc2 \ HORIZON_REF=horizon-v2.32.0 \ SOROBAN_RPC_REF=v21.5.1 \ FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9