diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39a7a5dfe038..f79f9c937ed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,8 +42,8 @@ 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 Jan 29, 2025. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "817ab07ebb53da35afea409ab9328f578492832d"}} + # Latest commit on the BoringSSL main branch, as of Jan 30, 2025. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "2b19cd39ba3adcba04640dfb840666ec1874afcc"}} # Latest commit on the OpenSSL master branch, as of Jan 28, 2025. - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "aa52ec9b0ae5c32bb4759b71117737002cbd1263"}} # Builds with various Rust versions. Includes MSRV and next