From 7aa4518a04a62567ce2c3e480c1083e63d0e9857 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:19:11 +0000 Subject: [PATCH] Bump BoringSSL and/or OpenSSL in CI (#9226) 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 9af6a42ebad6..f6bbceff1ac0 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.0"}} - {VERSION: "3.11", NOXSESSION: "tests-randomorder"} - {VERSION: "3.12-dev", NOXSESSION: "tests"} - # Latest commit on the BoringSSL master branch, as of Jul 12, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "690dcdf5c9792f7ab4ca6e3e009a6e0da9ebe933"}} - # Latest commit on the OpenSSL master branch, as of Jul 12, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0a3733babbbb4e297ccfbc3ece29e95cafca5f2d"}} + # Latest commit on the BoringSSL master branch, as of Jul 13, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b98ce18c5b3f0c28bd64b27b6494f176404da4e4"}} + # Latest commit on the OpenSSL master branch, as of Jul 13, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "66f61ece724a54253da36f70274bc320faf9f4e2"}} # Builds with various Rust versions. Includes MSRV and next # potential future MSRV: # 1.60 - pem 2.0.1, once_cell 1.18.0