Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#12235)
Browse files Browse the repository at this point in the history
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot][email protected]>
  • Loading branch information
pyca-boringbot[bot] and pyca-boringbot[bot] authored Jan 5, 2025
1 parent 86965d9 commit c93639d
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 @@ -42,8 +42,8 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.9.2"}}
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "4.0.0"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of Jan 04, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "4854ec106f98a09abd3245c2acaa48822a0493a0"}}
# Latest commit on the BoringSSL master branch, as of Jan 05, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "281352b8c65da0831269ab4c6614d3b431a6e93d"}}
# Latest commit on the OpenSSL master branch, as of Jan 04, 2025.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "817a2b2b4955da0233fe7e6e4bd16c0255262b4f"}}
# Builds with various Rust versions. Includes MSRV and next
Expand Down

0 comments on commit c93639d

Please sign in to comment.