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:
pyca-boringbot[bot] 2023-05-27 00:15:49 +00:00 committed by GitHub
parent b3030dd161
commit 9c0dfde80a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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