Skip to content

Commit

Permalink
build: update system-test quickstart & stellar-sdk (stellar#1514)
Browse files Browse the repository at this point in the history
The current system-test run is using very outdated versions of the
quickstart Docker image and @stellar/stellar-sdk
  • Loading branch information
chadoh authored Jul 31, 2024
1 parent 708336c commit cc51be0
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 @@ -26,7 +26,7 @@ jobs:

# the pre-compiled image to use of quickstart, or the git ref to build
# from source.
SYSTEM_TEST_QUICKSTART_IMAGE: stellar/quickstart:v423-testing
SYSTEM_TEST_QUICKSTART_IMAGE: stellar/quickstart:testing
# SYSTEM_TEST_QUICKSTART_GIT_REF: "https://github.com/stellar/quickstart.git#master"

# the version of components built in quickstart. only used if quickstart
Expand All @@ -49,7 +49,7 @@ jobs:
# set the version of js-stellar-sdk to use, need to choose one of either
# 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.3.0
SYSTEM_TEST_JS_STELLAR_SDK_NPM_VERSION: 12.2.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
Expand Down

0 comments on commit cc51be0

Please sign in to comment.