Makefile: update next and prev versions now we've released.

This means:
1. downgrade changes (we no longer fail due to node biases).
2. various deprecations no longer are

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2026-01-20 14:56:03 +10:30
parent 3af6fd2f30
commit ee0175b85f
7 changed files with 17 additions and 17 deletions

View File

@@ -299,8 +299,8 @@ jobs:
run: |
mkdir /tmp/old-cln
cd /tmp/old-cln
wget https://github.com/ElementsProject/lightning/releases/download/v25.09/clightning-v25.09-ubuntu-24.04-amd64.tar.xz
tar -xaf clightning-v25.09-ubuntu-24.04-amd64.tar.xz
wget https://github.com/ElementsProject/lightning/releases/download/v25.12/clightning-v25.12-ubuntu-24.04-amd64.tar.xz
tar -xaf clightning-v25.12-ubuntu-24.04-amd64.tar.xz
- name: Switch network
if: ${{ matrix.TEST_NETWORK == 'liquid-regtest' }}