[openssh-commits] [openssh] branch master updated: Test against OpenSSL 3.6.2, 4.0.0 and 4.0-stable.
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Apr 16 20:55:55 AEST 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new 713ec5c5a Test against OpenSSL 3.6.2, 4.0.0 and 4.0-stable.
713ec5c5a is described below
commit 713ec5c5ae9b8ca91c3b752bec12e728612d13f4
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Thu Apr 16 20:55:23 2026 +1000
Test against OpenSSL 3.6.2, 4.0.0 and 4.0-stable.
---
.github/workflows/c-cpp.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index 02cd10bfb..c9bafbb5e 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -99,6 +99,8 @@ jobs:
- { target: ubuntu-latest, config: openssl-3.5.0 }
- { target: ubuntu-latest, config: openssl-3.5.3 } # keep
- { target: ubuntu-latest, config: openssl-3.5.4 }
+ - { target: ubuntu-latest, config: openssl-3.6.2 }
+ - { target: ubuntu-latest, config: openssl-4.0.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
@@ -107,6 +109,7 @@ jobs:
- { target: ubuntu-latest, config: openssl-3.4 } # stable branch
- { target: ubuntu-latest, config: openssl-3.5 } # stable branch
- { target: ubuntu-latest, config: openssl-3.6 } # stable branch
+ - { target: ubuntu-latest, config: openssl-4.0 } # stable branch
- { target: ubuntu-latest, config: putty-versions }
- { target: ubuntu-latest, config: zlib-develop }
- { target: ubuntu-latest, config: tcmalloc }
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list