Skip to content

Commit

Permalink
Bump core to stable v21.3.0 (#626)
Browse files Browse the repository at this point in the history
Bump core to v21.3.1
  • Loading branch information
marta-lokhova authored Aug 24, 2024
1 parent 1b8bf62 commit 3c30375
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-amd64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.2.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand All @@ -57,7 +57,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}future-arm64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.2.0
core_ref: v21.3.1
core_build_runner_type: ubuntu-latest-16-cores
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}latest-amd64
protocol_version_default: 20
xdr_ref: v21.1.0
core_ref: v21.2.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand All @@ -58,7 +58,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}latest-arm64
protocol_version_default: 20
xdr_ref: v21.1.0
core_ref: v21.2.0
core_ref: v21.3.1
core_build_runner_type: ubuntu-latest-16-cores
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-amd64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.2.0
core_ref: v21.3.1
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand All @@ -59,7 +59,7 @@ jobs:
tag: ${{ inputs.tag-prefix }}testing-arm64
protocol_version_default: 21
xdr_ref: v21.1.0
core_ref: v21.2.0
core_ref: v21.3.1
core_build_runner_type: ubuntu-latest-16-cores
horizon_ref: horizon-v2.32.0
soroban_rpc_ref: v21.2.0
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-latest:
$(MAKE) build TAG=latest \
PROTOCOL_VERSION_DEFAULT=20 \
XDR_REF=v21.1.0 \
CORE_REF=v21.2.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.2.0 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand All @@ -34,7 +34,7 @@ build-testing:
$(MAKE) build TAG=testing \
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v21.1.0 \
CORE_REF=v21.2.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.2.0 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand All @@ -43,7 +43,7 @@ build-future:
$(MAKE) build TAG=future \
PROTOCOL_VERSION_DEFAULT=21 \
XDR_REF=v21.1.0 \
CORE_REF=v21.2.0 \
CORE_REF=v21.3.1 \
HORIZON_REF=horizon-v2.32.0 \
SOROBAN_RPC_REF=v21.2.0 \
FRIENDBOT_REF=31fc8f4236388f12fc609228b7a7f5494867a1f9
Expand Down

0 comments on commit 3c30375

Please sign in to comment.