Skip to content

Commit

Permalink
Bump latest soroban-client + system-test versions (stellar#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Jul 18, 2023
1 parent 91f2ce4 commit 1ea0dad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest-4-cores
env:
# the gh tag of system-test repo version to run
SYSTEM_TEST_GIT_REF: v1.0.18
SYSTEM_TEST_GIT_REF: v1.0.19

# the soroban tools source code to compile and run from system test
# refers to checked out source of current git hub ref context
Expand All @@ -32,7 +32,7 @@ jobs:
SYSTEM_TEST_RUST_TOOLCHAIN_VERSION: stable

# sets the version of soroban-js-client used by tests
SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: "0.9.1"
SYSTEM_TEST_JS_SOROBAN_CLIENT_NPM_VERSION: "0.9.2"

# system test will build quickstart image internally to use for running the service stack
# configured in standalone network mode(core, rpc)
Expand Down

0 comments on commit 1ea0dad

Please sign in to comment.