From 5621a8d10f2e1f8f58e9b0b33b22fc4d98938e25 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Mon, 9 Sep 2024 01:46:10 +0100 Subject: [PATCH] Bump integration test ln nodes --- .github/workflows/integration-tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 21e11fb3..6c273564 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -17,12 +17,13 @@ concurrency: jobs: test: runs-on: ubuntu-latest + timeout-minutes: 30 strategy: max-parallel: 2 matrix: python-tag: ['3.12.3-slim-bookworm', '3.13-rc-slim-bookworm'] - lnd-version: ['v0.17.4-beta'] - cln-version: ['v24.05'] + lnd-version: ['v0.18.2-beta'] + cln-version: ['v24.08'] ln-vendor: ['LND', 'CLN'] steps: