CI: update to cln v25.09

This commit is contained in:
daywalker90 2025-09-02 13:33:16 +02:00
parent f3ecc395ec
commit 0edf9dadfd
No known key found for this signature in database
3 changed files with 21 additions and 21 deletions

View file

@ -1,4 +1,4 @@
name: Latest release on CLN v24.08.x
name: Latest release on CLN v25.09.x
on:
release:
@ -9,6 +9,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v24.08.2"
pyln-version: "24.8.2"
tagged-release: true
cln-version: "v25.09"
pyln-version: "25.9"
tagged-release: true

View file

@ -1,4 +1,4 @@
name: main on CLN v24.08.x
name: main on CLN v25.09.x
on:
push:
@ -19,6 +19,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v24.08.2"
pyln-version: "24.8.2"
tagged-release: false
cln-version: "v25.09"
pyln-version: "25.9"
tagged-release: false