mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL and/or OpenSSL in CI (#8557)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
parent
f371af837a
commit
cd96243bc5
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -40,10 +40,10 @@ jobs:
|
|||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "libressl", VERSION: "3.7.1"}}
|
||||
- {VERSION: "3.11", TOXENV: "py311-randomorder"}
|
||||
- {VERSION: "3.12-dev", TOXENV: "py312"}
|
||||
# Latest commit on the BoringSSL master branch, as of Mar 17, 2023.
|
||||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "898de8d09e10960e64901e2d9836cdea5dd1d1a6"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Mar 20, 2023.
|
||||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "d293ebde01fc14dabbd64fd6e42dc837be7b1fad"}}
|
||||
# Latest commit on the BoringSSL master branch, as of Mar 21, 2023.
|
||||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "92de195169d26d9f5cec7ef34df9194e614e50f8"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Mar 21, 2023.
|
||||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "6ec3d3125f76aa9f11c133333f868c42b9b585c4"}}
|
||||
name: "${{ matrix.PYTHON.TOXENV }} ${{ matrix.PYTHON.OPENSSL.TYPE }} ${{ matrix.PYTHON.OPENSSL.VERSION }} ${{ matrix.PYTHON.TOXARGS }} ${{ matrix.PYTHON.OPENSSL.CONFIG_FLAGS }}"
|
||||
timeout-minutes: 15
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue