From: Darren Tucker Date: Tue, 11 Apr 2023 06:49:19 +0000 (+1000) Subject: Test against LibreSSL 3.7.2. X-Git-Tag: V_9_4_P1~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6452f89577ec4f22440c31b8e19b061d1a7c4b2a;p=thirdparty%2Fopenssh-portable.git Test against LibreSSL 3.7.2. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index fbd62f83a..b6cd56c63 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -53,7 +53,7 @@ jobs: - { target: ubuntu-latest, config: libressl-3.4.3 } - { target: ubuntu-latest, config: libressl-3.5.3 } - { target: ubuntu-latest, config: libressl-3.6.1 } - - { target: ubuntu-latest, config: libressl-3.7.1 } + - { target: ubuntu-latest, config: libressl-3.7.2 } - { target: ubuntu-latest, config: openssl-master } - { target: ubuntu-latest, config: openssl-noec } - { target: ubuntu-latest, config: openssl-1.1.1 }