From c7146f9ed3830a9c3120722bc99dda81ce77037d Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 20:32:29 -0400 Subject: Bump BoringSSL and/or OpenSSL in CI (#8942) Co-authored-by: pyca-boringbot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 261ccdb7a..721b13c70 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,8 +43,8 @@ jobs: - {VERSION: "3.12-dev", NOXSESSION: "tests"} # Latest commit on the BoringSSL master branch, as of May 17, 2023. - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "dd5219451c3ce26221762a15d867edf43b463bb2"}} - # Latest commit on the OpenSSL master branch, as of May 16, 2023. - - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "43d5dac9d00ac486823d949f85ee3ad650b62af8"}} + # Latest commit on the OpenSSL master branch, as of May 18, 2023. + - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "219db5e43c4f030a1c9c4a2f28249fd89b05ea0d"}} timeout-minutes: 15 steps: - uses: actions/checkout@v3.5.2 -- cgit v1.2.1