mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL and/or OpenSSL in CI (#8973)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
parent
b3030dd161
commit
9c0dfde80a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -41,8 +41,8 @@ jobs:
|
|||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.2"}}
|
||||
- {VERSION: "3.11", NOXSESSION: "tests-randomorder"}
|
||||
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
|
||||
# Latest commit on the BoringSSL master branch, as of May 25, 2023.
|
||||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "5fcd47d137f9b556edc7a392035dc2d2f43282ca"}}
|
||||
# Latest commit on the BoringSSL master branch, as of May 27, 2023.
|
||||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b0a026f8541c551854efd617021bb276f1fe5c23"}}
|
||||
# Latest commit on the OpenSSL master branch, as of May 26, 2023.
|
||||
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0bf7e94c10f1b00510b8a36cdcbedc02a66468be"}}
|
||||
# Builds with various Rust versions. Includes MSRV and potential
|
||||
|
|
|
|||
Loading…
Reference in a new issue