openvpn action: remove v2.6.0 as certs have expired

This commit is contained in:
Juliusz Sosinowicz
2024-10-21 13:50:36 +02:00
parent ea3a79e216
commit e1aba52e51

View File

@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
# List of refs to test
ref: [ release/2.6, v2.6.0, master ]
ref: [ release/2.6, master ]
name: ${{ matrix.ref }}
if: github.repository_owner == 'wolfssl'
runs-on: ubuntu-22.04