mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL version to d45d8933e61ccd8bd50fcf58f33a604627e6552c (#7506)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
This commit is contained in:
parent
25fc1116f7
commit
79ea864132
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -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 Aug 13, 2022.
|
||||
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "401137fec2fd855ceed7931f15a623d3cb18efdc"}}
|
||||
# Latest commit on the master branch, as of Aug 14, 2022.
|
||||
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "d45d8933e61ccd8bd50fcf58f33a604627e6552c"}}
|
||||
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
|
||||
timeout-minutes: 15
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue