mirror of
https://github.com/daywalker90/cln-nip47.git
synced 2026-08-13 12:33:43 +02:00
CI: upgrade cln, bitcoind and python versions
This commit is contained in:
parent
b58fe0a58c
commit
f88b65904d
5 changed files with 14 additions and 14 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -24,10 +24,10 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
bitcoind-version: ["28.0"]
|
||||
bitcoind-version: ["29.0"]
|
||||
experimental: [1]
|
||||
deprecated: [0]
|
||||
python-version: ["3.8", "3.11"]
|
||||
python-version: ["3.9", "3.12"]
|
||||
os: ["ubuntu-24.04"]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
|
|
|||
6
.github/workflows/latest_v24.11.yml
vendored
6
.github/workflows/latest_v24.11.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: latest release on CLN v24.11
|
||||
name: latest release on CLN v24.11.2
|
||||
|
||||
on:
|
||||
release:
|
||||
|
|
@ -9,6 +9,6 @@ jobs:
|
|||
call-ci:
|
||||
uses: ./.github/workflows/ci.yml
|
||||
with:
|
||||
cln-version: "v24.11"
|
||||
pyln-version: "24.11"
|
||||
cln-version: "v24.11.2"
|
||||
pyln-version: "24.11.1"
|
||||
tagged-release: true
|
||||
6
.github/workflows/latest_v25.02.yml
vendored
6
.github/workflows/latest_v25.02.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: latest release on CLN v25.02
|
||||
name: latest release on CLN v25.02.1
|
||||
|
||||
on:
|
||||
release:
|
||||
|
|
@ -9,6 +9,6 @@ jobs:
|
|||
call-ci:
|
||||
uses: ./.github/workflows/ci.yml
|
||||
with:
|
||||
cln-version: "v25.02"
|
||||
pyln-version: "25.02"
|
||||
cln-version: "v25.02.1"
|
||||
pyln-version: "25.2.1"
|
||||
tagged-release: true
|
||||
6
.github/workflows/main_v24.11.yml
vendored
6
.github/workflows/main_v24.11.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: main on CLN v24.11
|
||||
name: main on CLN v24.11.2
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -19,6 +19,6 @@ jobs:
|
|||
call-ci:
|
||||
uses: ./.github/workflows/ci.yml
|
||||
with:
|
||||
cln-version: "v24.11"
|
||||
pyln-version: "24.11"
|
||||
cln-version: "v24.11.2"
|
||||
pyln-version: "24.11.1"
|
||||
tagged-release: false
|
||||
6
.github/workflows/main_v25.02.yml
vendored
6
.github/workflows/main_v25.02.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: main on CLN v25.02
|
||||
name: main on CLN v25.02.1
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -19,6 +19,6 @@ jobs:
|
|||
call-ci:
|
||||
uses: ./.github/workflows/ci.yml
|
||||
with:
|
||||
cln-version: "v25.02"
|
||||
pyln-version: "25.02"
|
||||
cln-version: "v25.02.1"
|
||||
pyln-version: "25.2.1"
|
||||
tagged-release: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue