diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39217a477c9f..ece90698ae0a 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.2"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.2.1"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.3.1"}} - # Latest commit on the BoringSSL main branch, as of May 21, 2026. - - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "5ee9407bc28dd9086507f02851886a185088f3a0"}} + # Latest commit on the BoringSSL main branch, as of May 23, 2026. + - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "956bac6e4db9b33789dcedb5ea3f28e51030cead"}} # Latest tag of AWS-LC main branch, as of May 09, 2026. - {VERSION: "3.14", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.73.0"}} # Latest commit on the OpenSSL master branch, as of May 21, 2026. @@ -51,7 +51,7 @@ jobs: # - 1.95: cfg_select - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0"} - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "aws-lc", VERSION: "v1.73.0"}} - - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "boringssl", VERSION: "5ee9407bc28dd9086507f02851886a185088f3a0"}} + - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "1.83.0", OPENSSL: {TYPE: "boringssl", VERSION: "956bac6e4db9b33789dcedb5ea3f28e51030cead"}} - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "beta"} - {VERSION: "3.14", NOXSESSION: "rust,tests", RUST: "nightly"} - {VERSION: "3.14", NOXSESSION: "tests-rust-debug"}