diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 88f1c69076f9..4d0d3e53a0c3 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.0"}} - {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 Dec 29, 2025. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "f2fdfcd521d9ef1abbb3db55da009313cb26584a"}} + # Latest commit on the BoringSSL main branch, as of Dec 30, 2025. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "a6f3c4c14e6515c8c7f213032be8dee3f18a9b19"}} # Latest tag of AWS-LC main branch, as of Dec 19, 2025. - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.66.1"}} # Latest commit on the OpenSSL master branch, as of Sep 04, 2025.