From 75e366ba770ec044dc9a93a2cbf2886377699d97 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Thu, 4 Jun 2026 10:24:07 -0700 Subject: [PATCH] Bump protocol 26 core version to 27.0.0-3288.7696c069d --- .github/workflows/stellar-rpc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stellar-rpc.yml b/.github/workflows/stellar-rpc.yml index 8caf02510..19d69a7a7 100644 --- a/.github/workflows/stellar-rpc.yml +++ b/.github/workflows/stellar-rpc.yml @@ -97,8 +97,8 @@ jobs: uses: ./.github/workflows/integration-tests.yml with: protocol_version: '26' - core_deb_version: '26.0.0-3089.8e43a2d3b.jammy' - core_docker_img: 'stellar/stellar-core:26.0.0-3089.8e43a2d3b.jammy' + core_deb_version: '27.0.0-3288.7696c069d.jammy' + core_docker_img: 'stellar/stellar-core:27.0.0-3288.7696c069d.jammy' # integration-p25-src: # name: Integration tests (p25, core from source)