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