We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58258ba commit d125e32Copy full SHA for d125e32
1 file changed
.github/workflows/ci.yml
@@ -40,8 +40,8 @@ jobs:
40
- {VERSION: "3.14", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.6.2"}}
41
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.1.2"}}
42
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.2.1"}}
43
- # Latest commit on the BoringSSL main branch, as of Apr 16, 2026.
44
- - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "49e59f205bc3fc36d145405e7dcb4ef32164db38"}}
+ # Latest commit on the BoringSSL main branch, as of Apr 17, 2026.
+ - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "eaaf6a8e4f77411a1fff45bf944e2b43af01aa24"}}
45
# Latest tag of AWS-LC main branch, as of Apr 14, 2026.
46
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.72.0"}}
47
# Latest commit on the OpenSSL master branch, as of Sep 04, 2025.
0 commit comments