Browse Source

CI: Update Bitcoin Core from 25.0 to 25.1

master
Kristaps Kaupe 2 years ago
parent
commit
906eb7169f
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      .github/workflows/unittests.yml

2
.github/workflows/unittests.yml

@ -10,7 +10,7 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
bitcoind-version: ["0.18.0", "25.0"]
bitcoind-version: ["0.18.0", "25.1"]
steps:
- uses: actions/checkout@v3

Loading…
Cancel
Save