diff --git a/.github/workflows/latest_v24.11.yml b/.github/workflows/latest_v25.12.yml similarity index 51% rename from .github/workflows/latest_v24.11.yml rename to .github/workflows/latest_v25.12.yml index 7174254..268f5f6 100644 --- a/.github/workflows/latest_v24.11.yml +++ b/.github/workflows/latest_v25.12.yml @@ -1,4 +1,4 @@ -name: Latest release on CLN v24.11.x +name: Latest release on CLN v25.12.x on: release: @@ -9,6 +9,6 @@ jobs: call-ci: uses: ./.github/workflows/ci.yml with: - cln-version: "v24.11.2" - pyln-version: "24.11.1" + cln-version: "v25.12" + pyln-version: "25.12" tagged-release: true \ No newline at end of file diff --git a/.github/workflows/main_v24.11.yml b/.github/workflows/main_v25.12.yml similarity index 74% rename from .github/workflows/main_v24.11.yml rename to .github/workflows/main_v25.12.yml index 7078bd5..8327116 100644 --- a/.github/workflows/main_v24.11.yml +++ b/.github/workflows/main_v25.12.yml @@ -1,4 +1,4 @@ -name: main on CLN v24.11.x +name: main on CLN v25.12.x on: push: @@ -19,6 +19,6 @@ jobs: call-ci: uses: ./.github/workflows/ci.yml with: - cln-version: "v24.11.2" - pyln-version: "24.11.1" + cln-version: "v25.12" + pyln-version: "25.12" tagged-release: false \ No newline at end of file