diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0686bb9..8466fb9 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", "25.1"] + bitcoind-version: ["0.17.2", "25.2"] os: [macos-13, macos-latest, ubuntu-latest] steps: - uses: actions/checkout@v3