Skip to content

Commit c531505

Browse files
authored
Update stellar-core to v22.2.0 (#670)
1 parent 38176e8 commit c531505

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build-future.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
tag: ${{ inputs.tag-prefix }}future-amd64
3434
protocol_version_default: 22
3535
xdr_ref: v22.0.0
36-
core_ref: v22.1.0
36+
core_ref: v22.2.0
3737
horizon_ref: horizon-v22.0.2
3838
stellar_rpc_ref: v22.1.2
3939
friendbot_ref: horizon-v22.0.2
@@ -57,7 +57,7 @@ jobs:
5757
tag: ${{ inputs.tag-prefix }}future-arm64
5858
protocol_version_default: 22
5959
xdr_ref: v22.0.0
60-
core_ref: v22.1.0
60+
core_ref: v22.2.0
6161
horizon_ref: horizon-v22.0.2
6262
stellar_rpc_ref: v22.1.2
6363
friendbot_ref: horizon-v22.0.2

.github/workflows/build-latest.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tag: ${{ inputs.tag-prefix }}latest-amd64
3535
protocol_version_default: 22
3636
xdr_ref: v22.0.0
37-
core_ref: v22.1.0
37+
core_ref: v22.2.0
3838
horizon_ref: horizon-v22.0.2
3939
stellar_rpc_ref: v22.1.2
4040
friendbot_ref: horizon-v22.0.2
@@ -58,7 +58,7 @@ jobs:
5858
tag: ${{ inputs.tag-prefix }}latest-arm64
5959
protocol_version_default: 22
6060
xdr_ref: v22.0.0
61-
core_ref: v22.1.0
61+
core_ref: v22.2.0
6262
horizon_ref: horizon-v22.0.2
6363
stellar_rpc_ref: v22.1.2
6464
friendbot_ref: horizon-v22.0.2

.github/workflows/build-testing.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
tag: ${{ inputs.tag-prefix }}testing-amd64
3636
protocol_version_default: 22
3737
xdr_ref: v22.0.0
38-
core_ref: v22.1.0
38+
core_ref: v22.2.0
3939
horizon_ref: horizon-v22.0.2
4040
stellar_rpc_ref: v22.1.2
4141
friendbot_ref: horizon-v22.0.2
@@ -59,7 +59,7 @@ jobs:
5959
tag: ${{ inputs.tag-prefix }}testing-arm64
6060
protocol_version_default: 22
6161
xdr_ref: v22.0.0
62-
core_ref: v22.1.0
62+
core_ref: v22.2.0
6363
horizon_ref: horizon-v22.0.2
6464
stellar_rpc_ref: v22.1.2
6565
friendbot_ref: horizon-v22.0.2

0 commit comments

Comments
 (0)