Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#9702)
Browse files Browse the repository at this point in the history
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
  • Loading branch information
pyca-boringbot[bot] and pyca-boringbot[bot] authored Oct 9, 2023
1 parent c40a44c commit 27c6251
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of Oct 07, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "6d3db84c47643271cb553593ee67362be3820874"}}
# Latest commit on the OpenSSL master branch, as of Oct 07, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "79997a919f6cf3823d04fa9b34adaaa5aadd871a"}}
# Latest commit on the OpenSSL master branch, as of Oct 09, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "50b3c47b65e47a4f52ed1c47a0f248beb890193e"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV:
# 1.64 - maturin
Expand Down

0 comments on commit 27c6251

Please sign in to comment.