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