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

View file

@ -1,16 +1,4 @@
<table border="0">
<tr>
<td>
<a href="https://github.com/daywalker90/cln-nip47/actions/workflows/latest_v24.08.yml">
<img src="https://github.com/daywalker90/cln-nip47/actions/workflows/latest_v24.08.yml/badge.svg?branch=main">
</a>
</td>
<td>
<a href="https://github.com/daywalker90/cln-nip47/actions/workflows/main_v24.08.yml">
<img src="https://github.com/daywalker90/cln-nip47/actions/workflows/main_v24.08.yml/badge.svg?branch=main">
</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/daywalker90/cln-nip47/actions/workflows/latest_v24.11.yml">
@ -47,6 +35,18 @@
</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/daywalker90/cln-nip47/actions/workflows/latest_v25.09.yml">
<img src="https://github.com/daywalker90/cln-nip47/actions/workflows/latest_v25.09.yml/badge.svg?branch=main">
</a>
</td>
<td>
<a href="https://github.com/daywalker90/cln-nip47/actions/workflows/main_v25.09.yml">
<img src="https://github.com/daywalker90/cln-nip47/actions/workflows/main_v25.09.yml/badge.svg?branch=main">
</a>
</td>
</tr>
</table>
@ -144,4 +144,4 @@ For a private relay you can for example use [nostr-rs-relay](https://github.com/
## Supported content encryption:
* [NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md)
* [NIP-44v2](https://github.com/nostr-protocol/nips/blob/master/44.md)
* [NIP-44v2](https://github.com/nostr-protocol/nips/blob/master/44.md)