From 18a22dcc36d4f075cbcfe514b6739a9d379abe09 Mon Sep 17 00:00:00 2001 From: Reckless_Satoshi Date: Tue, 9 Jan 2024 01:29:11 +0000 Subject: [PATCH] Update integration test dependencies --- .github/workflows/integration-tests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 649f1587..a77f816c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -20,9 +20,9 @@ jobs: strategy: max-parallel: 2 matrix: - python-tag: ['3.11.6-slim-bookworm', '3.12-slim-bookworm'] - lnd-version: ['v0.17.0-beta', 'v0.17.2-beta.rc1'] - cln-version: ['v23.08.1'] + python-tag: ['3.11.6-slim-bookworm', '3.12.1-slim-bookworm'] + lnd-version: ['v0.17.3-beta'] + cln-version: ['v23.11.2'] ln-vendor: ['LND'] #, 'CLN'] steps: @@ -37,7 +37,7 @@ jobs: - uses: satackey/action-docker-layer-caching@v0.0.11 continue-on-error: true with: - key: coordinator-docker-cache-${{ hashFiles('Dockerfile', 'requirements.txt', 'requirements_dev.txt') }} + key: coordinator-docker-cache-${{ hashFiles('Dockerfile', 'requirements.txt', 'requirements_dev.txt') }}-${{ matrix.ln-vendor }} restore-keys: | coordinator-docker-cache-