Skip to content

Commit

Permalink
CI: update bitcoind, downgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
daywalker90 committed Jun 29, 2024
1 parent 45a8847 commit b426b6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit b426b6b

Please sign in to comment.