From 1b6ad80a8a280d22e63dd338d6c1b1188630c18f Mon Sep 17 00:00:00 2001 From: George Date: Wed, 13 Nov 2024 13:11:09 -0800 Subject: [PATCH 1/2] Update integration tests to latest RPC Docker image --- .github/workflows/horizon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 21c3e234dd..00ac695444 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -38,7 +38,7 @@ jobs: PROTOCOL_21_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:21.5.1 PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 22.0.0-2138.721fd0a65.focal PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2138.721fd0a65.focal - PROTOCOL_22_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:22.0.0-rc3-101 + PROTOCOL_22_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:22.1.0-108 PGHOST: localhost PGPORT: 5432 PGUSER: postgres From 4f71a13aad63beb2259a46bcb89bf23f09971c7c Mon Sep 17 00:00:00 2001 From: George Date: Wed, 13 Nov 2024 13:35:44 -0800 Subject: [PATCH 2/2] Fixup --- .github/workflows/horizon.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/horizon.yml b/.github/workflows/horizon.yml index 00ac695444..c6381a9626 100644 --- a/.github/workflows/horizon.yml +++ b/.github/workflows/horizon.yml @@ -38,7 +38,7 @@ jobs: PROTOCOL_21_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:21.5.1 PROTOCOL_22_CORE_DEBIAN_PKG_VERSION: 22.0.0-2138.721fd0a65.focal PROTOCOL_22_CORE_DOCKER_IMG: stellar/stellar-core:22.0.0-2138.721fd0a65.focal - PROTOCOL_22_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:22.1.0-108 + PROTOCOL_22_SOROBAN_RPC_DOCKER_IMG: stellar/soroban-rpc:22.1.0-109 PGHOST: localhost PGPORT: 5432 PGUSER: postgres