From: Darren Tucker Date: Fri, 27 May 2022 08:19:48 +0000 (+1000) Subject: Test against OpenSSL 1.1.1o and 3.0.3. X-Git-Tag: V_9_1_P1~145 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1781f507c113667613351c19898efaf1e311a865;p=thirdparty%2Fopenssh-portable.git Test against OpenSSL 1.1.1o and 3.0.3. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index e1dca1d48..49da0f4a6 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -58,8 +58,9 @@ jobs: - { os: ubuntu-latest, configs: openssl-1.1.1 } - { os: ubuntu-latest, configs: openssl-1.1.1k } - { os: ubuntu-latest, configs: openssl-1.1.1n } + - { os: ubuntu-latest, configs: openssl-1.1.1o } - { os: ubuntu-latest, configs: openssl-3.0.0 } - - { os: ubuntu-latest, configs: openssl-3.0.2 } + - { os: ubuntu-latest, configs: openssl-3.0.3 } - { os: ubuntu-latest, configs: openssl-1.1.1_stable } # stable branch - { os: ubuntu-latest, configs: openssl-3.0 } # stable branch - { os: ubuntu-18.04, configs: pam }