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:
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user