From 4a00877bebef087bd5e46e08d99b6c820e40fe94 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Wed, 17 Jun 2026 19:10:46 -0700 Subject: [PATCH 1/2] ci: bump P27 core package and image to 27.0.1-3363.3589a696b --- .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 964cea053..21ed22e98 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: '27' - core_deb_version: '27.0.0-3288.7696c069d.jammy' - core_docker_img: 'stellar/stellar-core:27.0.0-3288.7696c069d.jammy' + core_deb_version: '27.0.1-3363.3589a696b.jammy' + core_docker_img: 'stellar/stellar-core:27.0.1-3363.3589a696b.jammy' # integration-p25-src: # name: Integration tests (p25, core from source) From 0ddc53b4740762d765538e5c934f2d7a7c26a62e Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Wed, 17 Jun 2026 19:21:25 -0700 Subject: [PATCH 2/2] ci: use unsafe-stellar-core docker repo for P27 image --- .github/workflows/stellar-rpc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stellar-rpc.yml b/.github/workflows/stellar-rpc.yml index 21ed22e98..b44c25fe7 100644 --- a/.github/workflows/stellar-rpc.yml +++ b/.github/workflows/stellar-rpc.yml @@ -98,7 +98,7 @@ jobs: with: protocol_version: '27' core_deb_version: '27.0.1-3363.3589a696b.jammy' - core_docker_img: 'stellar/stellar-core:27.0.1-3363.3589a696b.jammy' + core_docker_img: 'stellar/unsafe-stellar-core:27.0.1-3363.3589a696b.jammy' # integration-p25-src: # name: Integration tests (p25, core from source)