CI: upgrade to CLN v25.12

This commit is contained in:
daywalker90 2025-12-08 23:13:41 +01:00
parent be201f906c
commit d76ad4e89f
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
name: Latest release on CLN v24.11.x
name: Latest release on CLN v25.12.x
on:
release:
@ -9,6 +9,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v24.11.2"
pyln-version: "24.11.1"
cln-version: "v25.12"
pyln-version: "25.12"
tagged-release: true

View file

@ -1,4 +1,4 @@
name: main on CLN v24.11.x
name: main on CLN v25.12.x
on:
push:
@ -19,6 +19,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v24.11.2"
pyln-version: "24.11.1"
cln-version: "v25.12"
pyln-version: "25.12"
tagged-release: false