Skip to content

Commit

Permalink
fix rpc tag
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Oct 15, 2024
1 parent b3ca5ba commit 94fb6a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: 22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
Expand All @@ -61,7 +61,7 @@ jobs:
xdr_ref: v22.0.0-rc.1.1
core_ref: v22.0.0rc2
horizon_ref: horizon-v22.0.0-rc1
soroban_rpc_ref: 22.0.0-rc2
soroban_rpc_ref: v22.0.0-rc2
friendbot_ref: horizon-v22.0.0-rc1
test_matrix: |
{
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build-testing:
XDR_REF=v22.0.0-rc.1.1 \
CORE_REF=v22.0.0rc2 \
HORIZON_REF=horizon-v22.0.0-rc1 \
SOROBAN_RPC_REF=22.0.0-rc2 \
SOROBAN_RPC_REF=v22.0.0-rc2 \
FRIENDBOT_REF=horizon-v22.0.0-rc1

build-future:
Expand Down

0 comments on commit 94fb6a6

Please sign in to comment.