diff --git a/.github/workflows/ntp.yml b/.github/workflows/ntp.yml index 56e405f08..2acd82b22 100644 --- a/.github/workflows/ntp.yml +++ b/.github/workflows/ntp.yml @@ -44,7 +44,7 @@ jobs: fail-fast: false matrix: # List of releases to test - ref: [ 4.2.8p15 ] + ref: [ 4.2.8p15, 4.2.8p17 ] name: ${{ matrix.ref }} if: github.repository_owner == 'wolfssl' runs-on: ubuntu-22.04