From b9e998942ad3e701a595146d47a7373ddf28e474 Mon Sep 17 00:00:00 2001 From: Shawn Reuland Date: Thu, 7 Dec 2023 09:33:08 -0800 Subject: [PATCH] #527: revert testing image back to prior soroban release --- .github/workflows/build-testing.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-testing.yml b/.github/workflows/build-testing.yml index feb07db0..e18e1d10 100644 --- a/.github/workflows/build-testing.yml +++ b/.github/workflows/build-testing.yml @@ -37,11 +37,11 @@ jobs: with: arch: amd64 tag: testing-amd64 - core_ref: v20.0.0 + core_ref: v20.0.0-rc.2.2 core_supports_enable_soroban_diagnostic_events: "true" - go_ref: horizon-v2.27.0 + go_ref: horizon-v2.27.0-rc1 xdr_ref: v20.0.1 - soroban_tools_ref: v20.0.0 + soroban_tools_ref: v20.0.0-rc4 test_matrix: | { "network": ["testnet", "pubnet", "local"], @@ -59,12 +59,12 @@ jobs: with: arch: arm64 tag: testing-arm64 - core_ref: v20.0.0 + core_ref: v20.0.0-rc.2.2 core_supports_enable_soroban_diagnostic_events: "true" core_build_runner_type: ubuntu-latest-16-cores - go_ref: horizon-v2.27.0 + go_ref: horizon-v2.27.0-rc1 xdr_ref: v20.0.1 - soroban_tools_ref: v20.0.0 + soroban_tools_ref: v20.0.0-rc4 soroban_rpc_build_runner_type: ubuntu-latest-16-cores test_matrix: | {