From 9c54032159717f797e1d40febf614ab0beac0664 Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Tue, 17 Jun 2025 18:10:46 +0200 Subject: [PATCH] Add bind v9.18.33 testing --- .github/workflows/bind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bind.yml b/.github/workflows/bind.yml index 493db2b47..c26646fea 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 ] + ref: [ 9.18.0, 9.18.28, 9.18.33 ] name: ${{ matrix.ref }} if: github.repository_owner == 'wolfssl' runs-on: ubuntu-22.04