From 01a0e3bbe3137f0e9518cff8fd51ae65361b6243 Mon Sep 17 00:00:00 2001 From: "pyca-boringbot[bot]" <106132319+pyca-boringbot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 20:27:17 -0400 Subject: [PATCH] Bump BoringSSL version to 8462a367bb57e9524c3d8eca9c62733c63a63cf4 (#7558) Co-authored-by: BoringSSL 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 f684913036fb..d08dc9700fcc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,8 +45,8 @@ jobs: - {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "libressl", VERSION: "3.5.3"}} - {VERSION: "3.11-dev", TOXENV: "py311"} - {VERSION: "3.10", TOXENV: "py310-randomorder"} - # Latest commit on the master branch, as of Sep 01, 2022. - - {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "19009c51bff0706362e824f66a0b189326a1c27d"}} + # Latest commit on the master branch, as of Sep 02, 2022. + - {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "8462a367bb57e9524c3d8eca9c62733c63a63cf4"}} name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}" timeout-minutes: 15 steps: