Skip to content

Commit

Permalink
Update SDK NPM version for system tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stellarsaur committed Dec 15, 2023
1 parent 2b217a9 commit 256dcec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
# resolution options, using npm release or a gh ref:
#
# option #1, set the version of stellar-sdk based on a npm release version
SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION: 11.0.1
SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION: 11.1.0
# option #2, set the version of stellar-sdk used as a ref to a gh repo if
# a value is set on SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO, it takes
# precedence over any SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION
SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO: stellar/js-stellar-sdk
SYSTEM_TEST_JS_STELLAR_SDK_GH_REF: 6f758c6dd72e5986d2ab311e5cac3aab701f7f32
SYSTEM_TEST_JS_STELLAR_SDK_GH_REPO:
SYSTEM_TEST_JS_STELLAR_SDK_GH_REF:

# the version of rs-stellar-xdr to use for quickstart
SYSTEM_TEST_RS_XDR_GIT_REF: v20.0.1
Expand Down

0 comments on commit 256dcec

Please sign in to comment.