Skip to content

Commit

Permalink
CI: update tested versions to 24.08, drop 23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Sep 22, 2024
1 parent d2295e9 commit ba520f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: latest release on CLN v23.11.2
name: latest release on CLN v24.08.1

on:
release:
Expand All @@ -9,6 +9,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.11.2"
pyln-version: "23.11"
cln-version: "v24.08.1"
pyln-version: "24.08"
tagged-release: true
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main on CLN v23.11.2
name: main on CLN v24.08.1

on:
push:
Expand All @@ -19,6 +19,6 @@ jobs:
call-ci:
uses: ./.github/workflows/ci.yml
with:
cln-version: "v23.11.2"
pyln-version: "23.11"
cln-version: "v24.08.1"
pyln-version: "24.08"
tagged-release: false

0 comments on commit ba520f8

Please sign in to comment.