We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a2858 commit 237b78cCopy full SHA for 237b78c
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 Mar 20, 2026.
44
- - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "ba3de4d9b41906eb7e50d69edca140ef3cec053a"}}
+ # Latest commit on the BoringSSL main branch, as of Mar 23, 2026.
+ - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "031e739fceefd9fc14ae141a222778b57917cd44"}}
45
# Latest tag of AWS-LC main branch, as of Mar 20, 2026.
46
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.71.0"}}
47
# Latest commit on the OpenSSL master branch, as of Sep 04, 2025.
0 commit comments