From 80e0dc89a031aa57db405e488c589aa8ad5e71bb Mon Sep 17 00:00:00 2001 From: Chad Ostrowski <221614+chadoh@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:58:05 -0400 Subject: [PATCH] build: update system-test quickstart & stellar-sdk The current system-test run is using very outdated versions of the quickstart Docker image and @stellar/stellar-sdk --- .github/workflows/e2e.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 7f032b753..3932f6a1a 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -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 @@ -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