From adf52d3fa0745055d8fcd2772feee264e5fe3e2e Mon Sep 17 00:00:00 2001 From: Chenna Keshava B S Date: Wed, 15 Jan 2025 13:35:40 -0800 Subject: [PATCH] update the Github CI/CD to use develop branch of rippled --- .github/workflows/integration_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index 4d40f54c1..ab8b4a731 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -2,7 +2,7 @@ name: Integration test env: POETRY_VERSION: 1.8.3 - RIPPLED_DOCKER_IMAGE: rippleci/rippled:2.3.0 + RIPPLED_DOCKER_IMAGE: rippleci/rippled:develop on: push: