Skip to content

Commit

Permalink
Merge branch 'master' into bump_horizon_2.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
urvisavla authored Apr 23, 2024
2 parents b3869be + 4a55b60 commit 707c7d0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
arch: amd64
tag: ${{ inputs.tag-prefix }}testing-amd64
protocol_version_default: 20
xdr_ref: v20.1.0
core_ref: v20.4.0
xdr_ref: v21.0.0
core_ref: v21.0.0rc1
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.3.0
test_matrix: |
Expand All @@ -57,8 +57,8 @@ jobs:
arch: arm64
tag: ${{ inputs.tag-prefix }}testing-arm64
protocol_version_default: 20
xdr_ref: v20.1.0
core_ref: v20.4.0
xdr_ref: v21.0.0
core_ref: v21.0.0rc1
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.30.0
soroban_tools_ref: v20.3.0
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ build-latest:

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

Expand Down

0 comments on commit 707c7d0

Please sign in to comment.