diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d9d3fc024eb..27dfe5dd141f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,10 +45,10 @@ jobs: - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.9.2"}} - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.0.0"}} - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} - # Latest commit on the BoringSSL main branch, as of Mar 23, 2025. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "71bcfad967d575343145f95158b6e9926ce94337"}} - # Latest commit on the OpenSSL master branch, as of Mar 21, 2025. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "95051052b319d346a8aa3d34d6105d683bb77294"}} + # Latest commit on the BoringSSL main branch, as of Mar 25, 2025. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "02f0d8776ecd83a1c663db2eaba6283aa72cc5b8"}} + # Latest commit on the OpenSSL master branch, as of Mar 25, 2025. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "ad684e1a6a925c7fbadad7d309f0204f49e67105"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. # - 1.70: crates.io sparse protocol by default