diff options
author | Darren Tucker <dtucker@dtucker.net> | 2024-11-01 08:44:42 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-11-01 08:44:42 +0100 |
commit | 28740aa2c75392a9c4191eb9523f9b20853e2932 (patch) | |
tree | 2421f6c2a7dd1a4bbf03162228f976941bca8715 | |
parent | Add nbsd10 default test config. (diff) | |
download | openssh-28740aa2c75392a9c4191eb9523f9b20853e2932.tar.xz openssh-28740aa2c75392a9c4191eb9523f9b20853e2932.zip |
Test new OpenSSL and LibreSSL releases.`
-rw-r--r-- | .github/workflows/c-cpp.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index c49aa5ee8..52c4e95f4 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -63,18 +63,20 @@ jobs: - { target: ubuntu-latest, config: libressl-3.6.1 } - { target: ubuntu-latest, config: libressl-3.7.2 } - { target: ubuntu-latest, config: libressl-3.8.4 } - - { target: ubuntu-latest, config: libressl-3.9.1 } + - { target: ubuntu-latest, config: libressl-3.9.2 } + - { target: ubuntu-latest, config: libressl-4.0.0 } - { target: ubuntu-latest, config: openssl-master } - { target: ubuntu-latest, config: openssl-noec } - { target: ubuntu-latest, config: openssl-1.1.1 } - { target: ubuntu-latest, config: openssl-1.1.1t } - { target: ubuntu-latest, config: openssl-1.1.1w } - { target: ubuntu-latest, config: openssl-3.0.0 } - - { target: ubuntu-latest, config: openssl-3.0.13 } + - { target: ubuntu-latest, config: openssl-3.0.15 } - { target: ubuntu-latest, config: openssl-3.1.0 } - - { target: ubuntu-latest, config: openssl-3.1.5 } - - { target: ubuntu-latest, config: openssl-3.2.1 } - - { target: ubuntu-latest, config: openssl-3.3.0 } + - { target: ubuntu-latest, config: openssl-3.1.7 } + - { target: ubuntu-latest, config: openssl-3.2.3 } + - { target: ubuntu-latest, config: openssl-3.3.2 } + - { target: ubuntu-latest, config: openssl-3.4.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.1 } # stable branch |