mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-06 11:20:50 +02:00
Merge pull request #10134 from JacobBarthelmeh/openvpn
pin OpenVPN version until BN_bn2binpad is added
This commit is contained in:
@@ -42,8 +42,9 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
# List of refs to test
|
||||
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.
|
||||
ref: [ release/2.6, v2.6.19 ]
|
||||
name: ${{ matrix.ref }}
|
||||
if: github.repository_owner == 'wolfssl'
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
Reference in New Issue
Block a user