From: Darren Tucker Date: Wed, 2 Nov 2022 03:16:04 +0000 (+1100) Subject: Add tests for OpenSSL 3.0.7 and LibreSSL 3.6.1. X-Git-Tag: V_9_2_P1~151 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba053709638dff2f6603df0c1f340352261d63ea;p=thirdparty%2Fopenssh-portable.git Add tests for OpenSSL 3.0.7 and LibreSSL 3.6.1. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 1b918c7d9..8df4708b5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -53,7 +53,7 @@ jobs: - { os: ubuntu-latest, configs: libressl-3.3.6 } - { os: ubuntu-latest, configs: libressl-3.4.3 } - { os: ubuntu-latest, configs: libressl-3.5.3 } - - { os: ubuntu-latest, configs: libressl-3.6.0 } + - { os: ubuntu-latest, configs: libressl-3.6.1 } - { os: ubuntu-latest, configs: openssl-master } - { os: ubuntu-latest, configs: openssl-noec } - { os: ubuntu-latest, configs: openssl-1.0.1 } @@ -66,6 +66,7 @@ jobs: - { os: ubuntu-latest, configs: openssl-1.1.1q } - { os: ubuntu-latest, configs: openssl-3.0.0 } - { os: ubuntu-latest, configs: openssl-3.0.5 } + - { os: ubuntu-latest, configs: openssl-3.0.7 } - { os: ubuntu-latest, configs: openssl-1.1.1_stable } # stable branch - { os: ubuntu-latest, configs: openssl-3.0 } # stable branch - { os: ubuntu-22.04, configs: pam }