diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b27670bad4cd..0aa2f0a40dbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,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 Feb 28, 2025. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "ad62e9cab15536b1db61a7cb7b316f6fb3e9e563"}} - # Latest commit on the OpenSSL master branch, as of Feb 28, 2025. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "6ef393b89be1f329214ae07388812b245950095f"}} + # Latest commit on the BoringSSL main branch, as of Mar 01, 2025. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "673e61fc215b178a90c0e67858bbf162c8158993"}} + # Latest commit on the OpenSSL master branch, as of Mar 01, 2025. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "c2ab75e30a211aa278f8da1f0f040f9368adb81d"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV. # - 1.70: crates.io sparse protocol by default