Bump BoringSSL and/or OpenSSL in CI (#7882)

Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
pyca-boringbot[bot] 2022-12-07 00:21:27 +00:00 committed by GitHub
parent c15e99ca94
commit 56ca71863d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,10 +38,10 @@ jobs:
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.6.1"}}
- {VERSION: "3.11", TOXENV: "py311-randomorder"}
- {VERSION: "3.12-dev", TOXENV: "py312"}
# Latest commit on the BoringSSL master branch, as of Dec 06, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "99eac424d84d34395c7eea7a90d419e23c00dfc2"}}
# Latest commit on the OpenSSL master branch, as of Dec 06, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "25d02f333b9a5531fa88db294f69a8347f275858"}}
# Latest commit on the BoringSSL master branch, as of Dec 07, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "28f96c2686459add7acedcd97cb841030bdda019"}}
# Latest commit on the OpenSSL master branch, as of Dec 07, 2022.
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "a63fa5f711f1f97e623348656b42717d6904ee3e"}}
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
timeout-minutes: 15
steps: