We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0c9b639 + eddea38 commit 1cd8edbCopy full SHA for 1cd8edb
.github/workflows/openvpn.yml
@@ -42,8 +42,9 @@ jobs:
42
strategy:
43
fail-fast: false
44
matrix:
45
- # List of refs to test
46
- ref: [ release/2.6, master ]
+ # Pinned refs: avoid OpenVPN master until wolfSSL adds any new OpenSSL
+ # APIs it adopts (e.g. BN_bn2binpad). release/2.6 + latest stable tag.
47
+ ref: [ release/2.6, v2.6.19 ]
48
name: ${{ matrix.ref }}
49
if: github.repository_owner == 'wolfssl'
50
runs-on: ubuntu-24.04
0 commit comments