mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL and/or OpenSSL in CI (#8537)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
parent
c640735d7a
commit
9216a82de8
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.0"}}
|
||||
- {VERSION: "3.11", TOXENV: "py311-randomorder"}
|
||||
- {VERSION: "3.12-dev", TOXENV: "py312"}
|
||||
# Latest commit on the BoringSSL master branch, as of Mar 16, 2023.
|
||||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "boringssl", VERSION: "74646566e93de7551bfdfc5f49de7462f13d1d05"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Mar 16, 2023.
|
||||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "738d43634a5192b1be0869f151682bb8e9157d5a"}}
|
||||
# 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 17, 2023.
|
||||
- {VERSION: "3.11", TOXENV: "py311", OPENSSL: {TYPE: "openssl", VERSION: "c879f8ac56170a5cf929fab8067beb2a5902be2b"}}
|
||||
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