From 0c0ae1d440225939267bd3db2a6a993630af590a Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Tue, 19 Dec 2023 22:45:41 +0200 Subject: [PATCH] CI: Bump Bitcoin Core to v25.1 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 00ed681..ac82361 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,7 +6,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - bitcoind-version: ["0.17.2", "24.0"] + bitcoind-version: ["0.17.2", "25.1"] os: [macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v3