Skip to content

Commit

Permalink
Merge pull request #8091 from julek-wolfssl/openvpn-action-update
Browse files Browse the repository at this point in the history
openvpn action: remove v2.6.0 as certs have expired
  • Loading branch information
JacobBarthelmeh authored Oct 21, 2024
2 parents ea3a79e + e1aba52 commit ef063aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openvpn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef063aa

Please sign in to comment.