diff options
author | Darren Tucker <dtucker@dtucker.net> | 2023-11-26 23:37:28 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2023-11-26 23:37:28 +0100 |
commit | 947affad4831df015c498c00c6351ea6f13895d5 (patch) | |
tree | 0fa42b1b2ae0bb58f99f8b33d3c83142ca369c37 /.github | |
parent | Use non-zero arg in compiler test program. (diff) | |
download | openssh-947affad4831df015c498c00c6351ea6f13895d5.tar.xz openssh-947affad4831df015c498c00c6351ea6f13895d5.zip |
Add tests for OpenSSL 3.2.0 and 3.2 stable branch.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |