mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
CI: update to cln v25.09
This commit is contained in:
parent
f3ecc395ec
commit
0edf9dadfd
3 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue