mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL version to ee477d433e0297dcdd4e51139fcbd0700cf794df (#7547)
Co-authored-by: BoringSSL Bot <pyca-boringbot@users.noreply.github.com>
This commit is contained in:
parent
4acd9303ac
commit
89ea71aa26
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 27, 2022.
|
||||
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "779f7d0840a8bac4a0e10f2df4b08cd42df35592"}}
|
||||
# Latest commit on the master branch, as of Aug 30, 2022.
|
||||
- {VERSION: "3.10", TOXENV: "py310", OPENSSL: {TYPE: "boringssl", VERSION: "ee477d433e0297dcdd4e51139fcbd0700cf794df"}}
|
||||
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