Skip to content

Commit

Permalink
Bump patch RPC to v21.1.2 (#663)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Feb 4, 2025
1 parent 793c82d commit 2e58e57
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 @@ -35,7 +35,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.1.0
horizon_ref: horizon-v22.0.2
stellar_rpc_ref: v22.1.1
stellar_rpc_ref: v22.1.2
friendbot_ref: horizon-v22.0.2
test_matrix: |
{
Expand All @@ -59,7 +59,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.1.0
horizon_ref: horizon-v22.0.2
stellar_rpc_ref: v22.1.1
stellar_rpc_ref: v22.1.2
friendbot_ref: horizon-v22.0.2
test_matrix: |
{
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 @@ -36,7 +36,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.1.0
horizon_ref: horizon-v22.0.2
stellar_rpc_ref: v22.1.1
stellar_rpc_ref: v22.1.2
friendbot_ref: horizon-v22.0.2
test_matrix: |
{
Expand All @@ -60,7 +60,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.1.0
horizon_ref: horizon-v22.0.2
stellar_rpc_ref: v22.1.1
stellar_rpc_ref: v22.1.2
friendbot_ref: horizon-v22.0.2
test_matrix: |
{
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 @@ -37,7 +37,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.1.0
horizon_ref: horizon-v22.0.2
stellar_rpc_ref: v22.1.1
stellar_rpc_ref: v22.1.2
friendbot_ref: horizon-v22.0.2
test_matrix: |
{
Expand All @@ -61,7 +61,7 @@ jobs:
xdr_ref: v22.0.0
core_ref: v22.1.0
horizon_ref: horizon-v22.0.2
stellar_rpc_ref: v22.1.1
stellar_rpc_ref: v22.1.2
friendbot_ref: horizon-v22.0.2
test_matrix: |
{
Expand Down
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build-latest:
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.2 \
STELLAR_RPC_REF=v22.1.0 \
STELLAR_RPC_REF=v22.1.2 \
FRIENDBOT_REF=horizon-v22.0.2

build-testing:
Expand All @@ -36,7 +36,7 @@ build-testing:
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.2 \
STELLAR_RPC_REF=v22.1.0 \
STELLAR_RPC_REF=v22.1.2 \
FRIENDBOT_REF=horizon-v22.0.2

build-future:
Expand All @@ -45,7 +45,7 @@ build-future:
XDR_REF=v22.0.0 \
CORE_REF=v22.0.0 \
HORIZON_REF=horizon-v22.0.2 \
STELLAR_RPC_REF=v22.1.0 \
STELLAR_RPC_REF=v22.1.2 \
FRIENDBOT_REF=horizon-v22.0.2

build:
Expand Down

0 comments on commit 2e58e57

Please sign in to comment.