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
|
||||
26
README.md
26
README.md
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue