From 5278578faf07aae0c57ca90f1ec470efc1282b22 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 20:45:56 -0400 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI (#9727) Co-authored-by: pyca-boringbot[bot] --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e40f607feb7..554de8dfed9f 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 17, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "5d58c559ace6a24ea6613e412b26bd4c50668ab3"}} - # Latest commit on the OpenSSL master branch, as of Oct 17, 2023. - - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "143ca66cf00c88950d689a8aa0c89888052669f4"}} + # Latest commit on the BoringSSL master branch, as of Oct 18, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "3763efb56b5282cf92d71c259576352555c1a8f8"}} + # Latest commit on the OpenSSL master branch, as of Oct 18, 2023. + - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "410c80dc7bf2085167553ab9fa517189eed2b3a6"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.64 - maturin