diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 694844bbb02e..e29d6347b554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,10 @@ jobs: - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.3"}} - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.1"}} - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} - # Latest commit on the BoringSSL master branch, as of Oct 10, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b975f12a2fa3f313b98b0dc40a9bc9e8c0667d08"}} - # Latest commit on the OpenSSL master branch, as of Oct 10, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "91895e39b10033178e662fc7427a09d7562cf8e1"}} + # Latest commit on the BoringSSL master branch, as of Oct 11, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "d94be4172325d0ac239ef3046d2c609aebeaf00a"}} + # Latest commit on the OpenSSL master branch, as of Oct 11, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "ac0677bd2394c04632f7ad526879a866b6ed149f"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin