From 36656e68ac9757a923f00ea872607a58a18f09a0 Mon Sep 17 00:00:00 2001 From: tamirms Date: Wed, 8 Jan 2025 11:22:31 +0000 Subject: [PATCH] update stellar rpc docker image in CI --- .github/workflows/horizon.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index df0fafe285..bcfdcdc1fe 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -33,12 +33,9 @@ jobs: HORIZON_INTEGRATION_TESTS_ENABLED: true HORIZON_INTEGRATION_TESTS_CORE_MAX_SUPPORTED_PROTOCOL: ${{ matrix.protocol-version }} HORIZON_INTEGRATION_TESTS_CAPTIVE_CORE_USE_DB: true - PROTOCOL_21_CORE_DEBIAN_PKG_VERSION: 21.3.1-2007.4ede19620.focal - PROTOCOL_21_CORE_DOCKER_IMG: stellar/stellar-core:21.3.1-2007.4ede19620.focal - PROTOCOL_21_STELLAR_RPC_DOCKER_IMG: stellar/stellar-rpc:21.5.1 PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 22.1.0-2194.0241e79f7.focal PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:22.1.0-2194.0241e79f7.focal - PROTOCOL_22_STELLAR_RPC_DOCKER_IMG: stellar/stellar-rpc:22.0.0-rc3-101 + PROTOCOL_22_STELLAR_RPC_DOCKER_IMG: stellar/stellar-rpc:22.1.1 PGHOST: localhost PGPORT: 5432 PGUSER: postgres