Skip to content

Commit 1cd8edb

Browse files
authored
Merge pull request #10134 from JacobBarthelmeh/openvpn
pin OpenVPN version until BN_bn2binpad is added
2 parents 0c9b639 + eddea38 commit 1cd8edb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/openvpn.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
strategy:
4343
fail-fast: false
4444
matrix:
45-
# List of refs to test
46-
ref: [ release/2.6, master ]
45+
# Pinned refs: avoid OpenVPN master until wolfSSL adds any new OpenSSL
46+
# APIs it adopts (e.g. BN_bn2binpad). release/2.6 + latest stable tag.
47+
ref: [ release/2.6, v2.6.19 ]
4748
name: ${{ matrix.ref }}
4849
if: github.repository_owner == 'wolfssl'
4950
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)