Skip to content

Commit

Permalink
Bump testing and future to v22.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
sisuresh committed Oct 8, 2024
1 parent ae7fdb0 commit d245502
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
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: 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
Expand All @@ -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
Expand Down
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d245502

Please sign in to comment.