diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b69e5e21f676..01fd97857615 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,8 +40,8 @@ jobs: - {VERSION: "3.14", NOXSESSION: "tests-ssh", OPENSSL: {TYPE: "openssl", VERSION: "3.6.1"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.1.2"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.2.1"}} - # Latest commit on the BoringSSL main branch, as of Mar 28, 2026. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "664a985707470a62f436cca862ccec9524c561ca"}} + # Latest commit on the BoringSSL main branch, as of Mar 30, 2026. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "3e22010a8ebdfe84c7a25407c32b05cea615c555"}} # Latest tag of AWS-LC main branch, as of Mar 20, 2026. - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.71.0"}} # Latest commit on the OpenSSL master branch, as of Sep 04, 2025.