From b426b6b55151034c7f8ab3109b3692fd3eda3445 Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Sat, 29 Jun 2024 15:49:42 +0200 Subject: [PATCH] CI: update bitcoind, downgrade python --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb137e2..489f6aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,10 +24,10 @@ jobs: strategy: fail-fast: false matrix: - bitcoind-version: ["27.0"] + bitcoind-version: ["27.1"] experimental: [1] deprecated: [0] - python-version: ["3.9", "3.12"] + python-version: ["3.8", "3.11"] os: ["ubuntu-24.04"] runs-on: ${{ matrix.os }}