From ec5a901c331b91b176906ad8351a7d6e5fcfebbb Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Fri, 20 Feb 2026 16:11:11 +0100 Subject: [PATCH] Add rng-tools 6.17 testing Depends on https://github.com/wolfSSL/osp/pull/318 --- .github/workflows/rng-tools.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rng-tools.yml b/.github/workflows/rng-tools.yml index 0f124e9f44..dc26de62e1 100644 --- a/.github/workflows/rng-tools.yml +++ b/.github/workflows/rng-tools.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: # List of releases to test - ref: [ 6.16 ] + ref: [ 6.16, 6.17 ] name: ${{ matrix.ref }} if: github.repository_owner == 'wolfssl' runs-on: ubuntu-24.04