From aff0d42686b92346365225d62c0e6a0f611df569 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 20 Feb 2026 11:21:44 +0100 Subject: [PATCH] Add bind 9.20.11 to the test matrix Depends on https://github.com/wolfSSL/osp/pull/316 --- .github/workflows/bind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bind.yml b/.github/workflows/bind.yml index a427ead431..e4d3635b6e 100644 --- a/.github/workflows/bind.yml +++ b/.github/workflows/bind.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: # List of releases to test - ref: [ 9.18.0, 9.18.28, 9.18.33 ] + ref: [ 9.18.0, 9.18.28, 9.18.33, 9.20.11 ] name: ${{ matrix.ref }} if: github.repository_owner == 'wolfssl' runs-on: ubuntu-24.04 @@ -66,7 +66,7 @@ jobs: export DEBIAN_FRONTEND=noninteractive sudo apt-get update # hostap dependencies - sudo apt-get install -y libuv1-dev libnghttp2-dev libcap-dev libcmocka-dev + sudo apt-get install -y libuv1-dev libnghttp2-dev libcap-dev libcmocka-dev liburcu-dev - name: Checkout OSP uses: actions/checkout@v4