diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 713302ef5b5d..b69be5b361c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -42,10 +42,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.2"}} - {VERSION: "3.12", NOXSESSION: "tests-randomorder"} - # Latest commit on the BoringSSL master branch, as of Nov 30, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "9d479673ccd027eaee60e4c382ed4a463d471a96"}} - # Latest commit on the OpenSSL master branch, as of Nov 30, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "cc82b09cbde0b809d37c23cb1ef9f1f41fc7f959"}} + # Latest commit on the BoringSSL master branch, as of Dec 01, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "15c811b8f5743476d0fc8e9f9d92f3f1658513f7"}} + # Latest commit on the OpenSSL master branch, as of Dec 01, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "db04cf25f3e0dda77a3b054ae12ae1874b1ae977"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin, workspace inheritance