We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9a451 commit a6e1de7Copy full SHA for a6e1de7
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 10, 2026.
44
- - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "476f4835186050a44f7fe6f088abbd279b634194"}}
+ # Latest commit on the BoringSSL main branch, as of Mar 12, 2026.
+ - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "488e3e2e187596ffb615c923b8bd8433647d2bd0"}}
45
# Latest tag of AWS-LC main branch, as of Mar 12, 2026.
46
- {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.70.0"}}
47
# Latest commit on the OpenSSL master branch, as of Sep 04, 2025.
0 commit comments