From: Darren Tucker Date: Fri, 27 May 2022 08:18:31 +0000 (+1000) Subject: Test against LibreSSL 3.5.3. X-Git-Tag: V_9_1_P1~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c53906e0c59e569691b4095d3e8db79cf78fa058;p=thirdparty%2Fopenssh-portable.git Test against LibreSSL 3.5.3. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 092b91fdf..e1dca1d48 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -48,7 +48,7 @@ jobs: - { os: ubuntu-latest, configs: libressl-3.2.6 } - { os: ubuntu-latest, configs: libressl-3.3.6 } - { os: ubuntu-latest, configs: libressl-3.4.3 } - - { os: ubuntu-latest, configs: libressl-3.5.2 } + - { os: ubuntu-latest, configs: libressl-3.5.3 } - { os: ubuntu-latest, configs: openssl-master } - { os: ubuntu-latest, configs: openssl-noec } - { os: ubuntu-latest, configs: openssl-1.0.1 }