Skip to content

Commit

Permalink
Merge branch 'master' into hash-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Dec 18, 2023
2 parents 8a5654f + d3ef1a0 commit 5e8b8c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
with:
arch: amd64
tag: testing-amd64
core_ref: v20.0.0-rc.2.2
core_ref: v20.0.1
core_supports_enable_soroban_diagnostic_events: "true"
go_ref: horizon-v2.27.0-rc1
go_ref: horizon-v2.27.0
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.0-rc4
soroban_tools_ref: v20.0.2
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -59,12 +59,12 @@ jobs:
with:
arch: arm64
tag: testing-arm64
core_ref: v20.0.0-rc.2.2
core_ref: v20.0.1
core_supports_enable_soroban_diagnostic_events: "true"
core_build_runner_type: ubuntu-latest-16-cores
go_ref: horizon-v2.27.0-rc1
go_ref: horizon-v2.27.0
xdr_ref: v20.0.1
soroban_tools_ref: v20.0.0-rc4
soroban_tools_ref: v20.0.2
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
test_matrix: |
{
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ build-latest:

build-testing:
$(MAKE) build TAG=testing \
CORE_REF=v20.0.0-rc.2.2 \
CORE_REF=v20.0.1 \
CORE_SUPPORTS_ENABLE_SOROBAN_DIAGNOSTIC_EVENTS=true \
HORIZON_REF=horizon-v2.27.0-rc1 \
SOROBAN_RPC_REF=v20.0.0-rc4
HORIZON_REF=horizon-v2.27.0 \
SOROBAN_RPC_REF=v20.0.2

build-soroban-dev:
$(MAKE) build TAG=soroban-dev \
Expand Down

0 comments on commit 5e8b8c1

Please sign in to comment.