From: Darren Tucker Date: Sun, 26 Nov 2023 22:37:28 +0000 (+1100) Subject: Add tests for OpenSSL 3.2.0 and 3.2 stable branch. X-Git-Tag: V_9_6_P1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=947affad4831df015c498c00c6351ea6f13895d5;p=thirdparty%2Fopenssh-portable.git Add tests for OpenSSL 3.2.0 and 3.2 stable branch. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index bb427552a..8f624d210 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -72,8 +72,10 @@ jobs: - { target: ubuntu-latest, config: openssl-3.0.12 } - { target: ubuntu-latest, config: openssl-3.1.0 } - { target: ubuntu-latest, config: openssl-3.1.4 } + - { target: ubuntu-latest, config: openssl-3.2.0 } - { target: ubuntu-latest, config: openssl-1.1.1_stable } - { target: ubuntu-latest, config: openssl-3.0 } # stable branch + - { target: ubuntu-latest, config: openssl-3.2 } # stable branch - { target: ubuntu-latest, config: zlib-develop } - { target: ubuntu-22.04, config: pam } - { target: ubuntu-22.04, config: krb5 }