diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-02-25 01:37:11 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-02-25 01:39:34 +0100 |
commit | 3016ba47035ac3561aabd48e2be70167fe157d6a (patch) | |
tree | 06a40653d0a71a221f72e9f4b9ab38af049a4546 /.github/workflows/c-cpp.yml | |
parent | Improve detection of -fzero-call-used-regs=all support (diff) | |
download | openssh-3016ba47035ac3561aabd48e2be70167fe157d6a.tar.xz openssh-3016ba47035ac3561aabd48e2be70167fe157d6a.zip |
Add tests for latest releases of {Libre,Open}SSL.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/c-cpp.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 5ee896308..b778c9804 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -46,6 +46,7 @@ jobs: - { os: ubuntu-latest, configs: libressl-3.2.6 } - { os: ubuntu-latest, configs: libressl-3.3.4 } - { os: ubuntu-latest, configs: libressl-3.4.1 } + - { os: ubuntu-latest, configs: libressl-3.5.0 } - { os: ubuntu-latest, configs: openssl-master } - { os: ubuntu-latest, configs: openssl-noec } - { os: ubuntu-latest, configs: openssl-1.0.1 } @@ -54,7 +55,9 @@ 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-1.1.1m } - { os: ubuntu-latest, configs: openssl-3.0.0 } + - { os: ubuntu-latest, configs: openssl-3.0.1 } - { 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 } |