From: Darren Tucker Date: Fri, 17 Sep 2021 03:03:31 +0000 (+1000) Subject: Test against LibreSSL 3.2.6, 3.3.4, 3.4.0. X-Git-Tag: V_8_8_P1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7a06ee505cb833e613f74a07392e9296286c30;p=thirdparty%2Fopenssh-portable.git Test against LibreSSL 3.2.6, 3.3.4, 3.4.0. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 84e680dde..152ddaa4f 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -31,7 +31,9 @@ jobs: - { os: ubuntu-latest, configs: libressl-2.2.9 } - { os: ubuntu-latest, configs: libressl-2.8.3 } - { os: ubuntu-latest, configs: libressl-3.0.2 } - - { os: ubuntu-latest, configs: libressl-3.2.5 } + - { os: ubuntu-latest, configs: libressl-3.2.6 } + - { os: ubuntu-latest, configs: libressl-3.3.4 } + - { os: ubuntu-latest, configs: libressl-3.4.0 } - { os: ubuntu-latest, configs: openssl-master } - { os: ubuntu-latest, configs: openssl-noec } - { os: ubuntu-latest, configs: openssl-1.0.1 }