From: Darren Tucker Date: Wed, 29 Jun 2022 08:28:47 +0000 (+1000) Subject: Update OpenSSL tests to the most recent releases. X-Git-Tag: V_9_1_P1~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c71a1442d02f0a3586109dfe2cb366de36dee08e;p=thirdparty%2Fopenssh-portable.git Update OpenSSL tests to the most recent releases. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 49da0f4a6..91698fe19 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -58,9 +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-1.1.1p } - { os: ubuntu-latest, configs: openssl-3.0.0 } - - { os: ubuntu-latest, configs: openssl-3.0.3 } + - { os: ubuntu-latest, configs: openssl-3.0.4 } - { 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 }