diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-12-19 08:42:34 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-12-19 08:42:34 +0100 |
commit | ed8444572ae684fdb892f97bae342c6cb6456f04 (patch) | |
tree | edfb9ea045b5dad021ace05315d81fb628a38c06 /.github | |
parent | Use sudo when resetting perms on directories. (diff) | |
download | openssh-ed8444572ae684fdb892f97bae342c6cb6456f04.tar.xz openssh-ed8444572ae684fdb892f97bae342c6cb6456f04.zip |
Add tests for LibreSSL 3.7.0 and OpenSSL 1.1.1s.
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 a12f61e23..e6ea49550 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -55,6 +55,7 @@ jobs: - { target: ubuntu-latest, config: libressl-3.4.3 } - { target: ubuntu-latest, config: libressl-3.5.3 } - { target: ubuntu-latest, config: libressl-3.6.1 } + - { target: ubuntu-latest, config: libressl-3.7.0 } - { target: ubuntu-latest, config: openssl-master } - { target: ubuntu-latest, config: openssl-noec } - { target: ubuntu-latest, config: openssl-1.0.1 } @@ -65,6 +66,7 @@ jobs: - { target: ubuntu-latest, config: openssl-1.1.1k } - { target: ubuntu-latest, config: openssl-1.1.1n } - { target: ubuntu-latest, config: openssl-1.1.1q } + - { target: ubuntu-latest, config: openssl-1.1.1s } - { target: ubuntu-latest, config: openssl-3.0.0 } - { target: ubuntu-latest, config: openssl-3.0.5 } - { target: ubuntu-latest, config: openssl-3.0.7 } |