mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-15 20:40:20 +00:00
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:
parent
c15e99ca94
commit
56ca71863d
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue