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)