Skip to content

Commit

Permalink
upd v
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Jul 28, 2024
1 parent 4a1e847 commit 7628cb7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
core_ref: v21.2.0
horizon_ref: horizon-v2.31.0
soroban_rpc_ref: v21.2.0
friendbot_ref: horizon-v2.31.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
"network": ["local"],
Expand All @@ -62,7 +62,7 @@ jobs:
horizon_ref: horizon-v2.31.0
soroban_rpc_ref: v21.2.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
friendbot_ref: horizon-v2.31.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
"network": ["local"],
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 @@ -37,7 +37,7 @@ jobs:
core_ref: v21.2.0
horizon_ref: horizon-v2.31.0
soroban_rpc_ref: v21.2.0
friendbot_ref: horizon-v2.31.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
"network": ["pubnet", "local"],
Expand All @@ -63,7 +63,7 @@ jobs:
horizon_ref: horizon-v2.31.0
soroban_rpc_ref: v21.2.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
friendbot_ref: horizon-v2.31.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
"network": ["pubnet", "local"],
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 @@ -38,7 +38,7 @@ jobs:
core_ref: v21.2.0
horizon_ref: horizon-v2.31.0
soroban_rpc_ref: v21.2.0
friendbot_ref: horizon-v2.31.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand All @@ -64,7 +64,7 @@ jobs:
horizon_ref: horizon-v2.31.0
soroban_rpc_ref: v21.2.0
soroban_rpc_build_runner_type: ubuntu-latest-16-cores
friendbot_ref: horizon-v2.31.0
friendbot_ref: 31fc8f4236388f12fc609228b7a7f5494867a1f9
test_matrix: |
{
"network": ["testnet", "pubnet", "local"],
Expand Down

0 comments on commit 7628cb7

Please sign in to comment.