diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d9c797a0db1..694844bbb02e 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 07, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "6d3db84c47643271cb553593ee67362be3820874"}} - # Latest commit on the OpenSSL master branch, as of Oct 09, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "50b3c47b65e47a4f52ed1c47a0f248beb890193e"}} + # 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"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin