Skip to content

Commit 2e58e57

Browse files
authored
Bump patch RPC to v21.1.2 (#663)
1 parent 793c82d commit 2e58e57

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/build-future.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
xdr_ref: v22.0.0
3636
core_ref: v22.1.0
3737
horizon_ref: horizon-v22.0.2
38-
stellar_rpc_ref: v22.1.1
38+
stellar_rpc_ref: v22.1.2
3939
friendbot_ref: horizon-v22.0.2
4040
test_matrix: |
4141
{
@@ -59,7 +59,7 @@ jobs:
5959
xdr_ref: v22.0.0
6060
core_ref: v22.1.0
6161
horizon_ref: horizon-v22.0.2
62-
stellar_rpc_ref: v22.1.1
62+
stellar_rpc_ref: v22.1.2
6363
friendbot_ref: horizon-v22.0.2
6464
test_matrix: |
6565
{

.github/workflows/build-latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
xdr_ref: v22.0.0
3737
core_ref: v22.1.0
3838
horizon_ref: horizon-v22.0.2
39-
stellar_rpc_ref: v22.1.1
39+
stellar_rpc_ref: v22.1.2
4040
friendbot_ref: horizon-v22.0.2
4141
test_matrix: |
4242
{
@@ -60,7 +60,7 @@ jobs:
6060
xdr_ref: v22.0.0
6161
core_ref: v22.1.0
6262
horizon_ref: horizon-v22.0.2
63-
stellar_rpc_ref: v22.1.1
63+
stellar_rpc_ref: v22.1.2
6464
friendbot_ref: horizon-v22.0.2
6565
test_matrix: |
6666
{

.github/workflows/build-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
xdr_ref: v22.0.0
3838
core_ref: v22.1.0
3939
horizon_ref: horizon-v22.0.2
40-
stellar_rpc_ref: v22.1.1
40+
stellar_rpc_ref: v22.1.2
4141
friendbot_ref: horizon-v22.0.2
4242
test_matrix: |
4343
{
@@ -61,7 +61,7 @@ jobs:
6161
xdr_ref: v22.0.0
6262
core_ref: v22.1.0
6363
horizon_ref: horizon-v22.0.2
64-
stellar_rpc_ref: v22.1.1
64+
stellar_rpc_ref: v22.1.2
6565
friendbot_ref: horizon-v22.0.2
6666
test_matrix: |
6767
{

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build-latest:
2727
XDR_REF=v22.0.0 \
2828
CORE_REF=v22.0.0 \
2929
HORIZON_REF=horizon-v22.0.2 \
30-
STELLAR_RPC_REF=v22.1.0 \
30+
STELLAR_RPC_REF=v22.1.2 \
3131
FRIENDBOT_REF=horizon-v22.0.2
3232

3333
build-testing:
@@ -36,7 +36,7 @@ build-testing:
3636
XDR_REF=v22.0.0 \
3737
CORE_REF=v22.0.0 \
3838
HORIZON_REF=horizon-v22.0.2 \
39-
STELLAR_RPC_REF=v22.1.0 \
39+
STELLAR_RPC_REF=v22.1.2 \
4040
FRIENDBOT_REF=horizon-v22.0.2
4141

4242
build-future:
@@ -45,7 +45,7 @@ build-future:
4545
XDR_REF=v22.0.0 \
4646
CORE_REF=v22.0.0 \
4747
HORIZON_REF=horizon-v22.0.2 \
48-
STELLAR_RPC_REF=v22.1.0 \
48+
STELLAR_RPC_REF=v22.1.2 \
4949
FRIENDBOT_REF=horizon-v22.0.2
5050

5151
build:

0 commit comments

Comments
 (0)