Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pyca-boringbot[bot] committed Jan 20, 2024
1 parent 35dedf4 commit 8ccf975
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Expand Up @@ -43,10 +43,10 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.3"}}
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.2"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of Jan 19, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "083f72d726097b4abb67982315adc5f7ceb5a69a"}}
# Latest commit on the OpenSSL master branch, as of Jan 19, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "5b2d8bc28a8ff59689da98f31459819db09a9099"}}
# Latest commit on the BoringSSL master branch, as of Jan 20, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "f42be90d665b6a376177648ccbb76fbbd6497c13"}}
# Latest commit on the OpenSSL master branch, as of Jan 20, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "7f7a910b6e8d5e564f5ce174236e44de0725f801"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV:
# 1.64 - maturin, workspace inheritance
Expand Down

0 comments on commit 8ccf975

Please sign in to comment.