diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d606f25edfb7..936376de4e80 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 master branch, as of Jan 16, 2025. - - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "a8a4fce24dee0c6f4a41326338309c20af77acaf"}} + # Latest commit on the BoringSSL master branch, as of Jan 17, 2025. + - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "bca2d72c5e3174f0e1b541fb0a3d6bdf31c23825"}} # Latest commit on the OpenSSL master branch, as of Jan 16, 2025. - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "b26894ec6945656113fd9556527765aba08e4355"}} # Builds with various Rust versions. Includes MSRV and next