mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Bump BoringSSL and/or OpenSSL in CI (#10753)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
This commit is contained in:
parent
28beda0d53
commit
e41f97d314
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -46,8 +46,8 @@ jobs:
|
|||
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
|
||||
# Latest commit on the BoringSSL master branch, as of Apr 05, 2024.
|
||||
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "f94f3ed3965ea033001fb9ae006084eee408b861"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Apr 05, 2024.
|
||||
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "a19553cd872047289d6fc730a864bf9d984283ce"}}
|
||||
# Latest commit on the OpenSSL master branch, as of Apr 06, 2024.
|
||||
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0d2a5f600c7b6bef6fa6cf720204876560a6194b"}}
|
||||
# Builds with various Rust versions. Includes MSRV and next
|
||||
# potential future MSRV.
|
||||
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}
|
||||
|
|
|
|||
Loading…
Reference in a new issue