[openssh-commits] [openssh] 02/02: Test against OpenSSL 3 branch as well as dev.
git+noreply at mindrot.org
git+noreply at mindrot.org
Sun Sep 5 19:43:28 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 65bb01111320dfd0d25e21e1fd4d3f2b77532669
Author: Darren Tucker <dtucker at dtucker.net>
Date: Sun Sep 5 19:37:39 2021 +1000
Test against OpenSSL 3 branch as well as dev.
Now that OpenSSL development has moved to 3.1, test against the most
recent version of the openssl-3.0 branch too.
---
.github/workflows/c-cpp.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 289b18b7..57729d7f 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -40,6 +40,7 @@ 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-3.0 }
- { os: ubuntu-18.04, configs: pam }
- { os: ubuntu-18.04, configs: kerberos5 }
- { os: ubuntu-18.04, configs: libedit }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list