From f157db5766128ba2d57f727b8c3dfa75f4dc1d47 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 00:19:56 +0000 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI (#9652) 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 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