diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8ea17f3e5487..14ff658a8d8e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,10 +44,10 @@ jobs: - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.1"}} - {VERSION: "3.11", NOXSESSION: "tests-randomorder"} - {VERSION: "3.12-dev", NOXSESSION: "tests"} - # Latest commit on the BoringSSL master branch, as of Sep 19, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "a1843d660b47116207877614af53defa767be46a"}} - # Latest commit on the OpenSSL master branch, as of Sep 25, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "30224a248495ad604a06b8977fa3aa1cc75b9d0d"}} + # Latest commit on the BoringSSL master branch, as of Sep 26, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "cfcb954901e264edb9915e501de64a81732c5edd"}} + # Latest commit on the OpenSSL master branch, as of Sep 26, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "91bc783a93a2a695fe6a2f8da93cf5b5e086ba42"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin