From 468b2205e17ca00d27d5e1b0ca5a9679eeeaa717 Mon Sep 17 00:00:00 2001 From: Kristaps Kaupe Date: Tue, 19 Dec 2023 12:51:48 +0200 Subject: [PATCH] CI: Bump bitcoind to 26.0 --- .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..1ea804e 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", "26.0"] os: [macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v3