From 3ee2d17e2b2a8bf674da0a9a3262e2495fb7a867 Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Thu, 27 Feb 2025 09:16:03 +0100 Subject: [PATCH 1/2] ci: use cln v25.02rc2 --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 31227814..4bcd66d1 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -8,7 +8,7 @@ env: LSP_REF: 'breez-node-v0.18.3-beta' CLIENT_REF: 'v0.17.5-breez-3' GO_VERSION: '^1.21.4' - CLN_VERSION: 'v24.11' + CLN_VERSION: 'v25.02rc2' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} From 0c6d3022904b208cfea702bde7ae16099425ea3d Mon Sep 17 00:00:00 2001 From: Jesse de Wit Date: Mon, 10 Mar 2025 13:54:38 +0100 Subject: [PATCH 2/2] update cln to v25.02 --- .github/workflows/integration_tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yaml b/.github/workflows/integration_tests.yaml index 4bcd66d1..015501b1 100644 --- a/.github/workflows/integration_tests.yaml +++ b/.github/workflows/integration_tests.yaml @@ -8,7 +8,7 @@ env: LSP_REF: 'breez-node-v0.18.3-beta' CLIENT_REF: 'v0.17.5-breez-3' GO_VERSION: '^1.21.4' - CLN_VERSION: 'v25.02rc2' + CLN_VERSION: 'v25.02' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}