From: Darren Tucker Date: Sun, 5 Sep 2021 09:37:39 +0000 (+1000) Subject: Test against OpenSSL 3 branch as well as dev. X-Git-Tag: V_8_8_P1~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65bb01111320dfd0d25e21e1fd4d3f2b77532669;p=thirdparty%2Fopenssh-portable.git Test against OpenSSL 3 branch as well as dev. Now that OpenSSL development has moved to 3.1, test against the most recent version of the openssl-3.0 branch too. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 289b18b7f..57729d7f5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -40,6 +40,7 @@ jobs: - { os: ubuntu-latest, configs: openssl-1.1.0h } - { os: ubuntu-latest, configs: openssl-1.1.1 } - { os: ubuntu-latest, configs: openssl-1.1.1k } + - { os: ubuntu-latest, configs: openssl-3.0 } - { os: ubuntu-18.04, configs: pam } - { os: ubuntu-18.04, configs: kerberos5 } - { os: ubuntu-18.04, configs: libedit }