ci: use Bitcoin Core 25.0

This commit is contained in:
fanquake
2023-05-26 11:46:47 +01:00
committed by Rusty Russell
parent a7786ca742
commit 5aa7634753
4 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
set -e
export DEBIAN_FRONTEND=noninteractive
export BITCOIN_VERSION=24.1
export BITCOIN_VERSION=25.0
export ELEMENTS_VERSION=22.0.2
export RUST_VERSION=stable