We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d20d4d7 commit 2482a87Copy full SHA for 2482a87
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.1"}}
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 Feb 14, 2026.
44
- - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "9c95ec797c65fde9e8ddffc3888f0b8c1460fe4c"}}
+ # Latest commit on the BoringSSL main branch, as of Feb 18, 2026.
+ - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "8dd22ebebcac3c89b360f3ab51283c063f5a876d"}}
45
# Latest tag of AWS-LC main branch, as of Jan 23, 2026.
46
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.67.0"}}
47
# Latest commit on the OpenSSL master branch, as of Sep 04, 2025.
0 commit comments