From 47b73f14d233ec1a27d7c1fe9174221a8e0a342e Mon Sep 17 00:00:00 2001 From: Antoni Spaanderman <56turtle56@gmail.com> Date: Sat, 21 Oct 2023 22:55:17 +0200 Subject: [PATCH] update bitcoin core version in integration_tests.yml --- .github/workflows/integration_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 64485c0..8856970 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -16,7 +16,7 @@ jobs: matrix: bitcoin_core_version: [ - "25.0", + "25.1", "24.1", "23.2", ]