Skip to content

Commit 0313e4d

Browse files
committed
CI: upgrade to CLN 24.11
1 parent c48d81a commit 0313e4d

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: latest release on CLN v24.02.2
1+
name: latest release on CLN v24.11
22

33
on:
44
release:
@@ -9,6 +9,6 @@ jobs:
99
call-ci:
1010
uses: ./.github/workflows/ci.yml
1111
with:
12-
cln-version: "v24.02.2"
13-
pyln-version: "24.02"
12+
cln-version: "v24.11"
13+
pyln-version: "24.11"
1414
tagged-release: true
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: main on CLN v24.02.2
1+
name: main on CLN v24.11
22

33
on:
44
push:
@@ -19,6 +19,6 @@ jobs:
1919
call-ci:
2020
uses: ./.github/workflows/ci.yml
2121
with:
22-
cln-version: "v24.02.2"
23-
pyln-version: "24.02"
22+
cln-version: "v24.11"
23+
pyln-version: "24.11"
2424
tagged-release: false

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![latest release on CLN v24.08.2](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.08.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.08.yml) [![latest release on CLN v24.05](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.05.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.05.yml) [![latest release on CLN v24.02.2](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.02.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.02.yml)
1+
[![latest release on CLN v24.11](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.11.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.11.yml) [![latest release on CLN v24.08.2](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.08.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.08.yml) [![latest release on CLN v24.05](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.05.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/latest_v24.05.yml)
22

3-
[![main on CLN v24.08.2](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.08.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.08.yml) [![main on CLN v24.05](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.05.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.05.yml) [![main on CLN v24.02.2](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.02.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.02.yml)
3+
[![main on CLN v24.11](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.11.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.11.yml) [![main on CLN v24.08.2](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.08.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.08.yml) [![main on CLN v24.05](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.05.yml/badge.svg?branch=main)](https://github.com/daywalker90/clnrod/actions/workflows/main_v24.05.yml)
44

55
# clnrod
66
Core lightning (CLN) plugin to allow/deny incoming channel opens based on lists and/or a custom rule.

0 commit comments

Comments
 (0)