Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#12127)
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 Dec 10, 2024
1 parent 00ea70e commit b0b7537
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: "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 Dec 07, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "9559c4566a6d12194c42db5f3dbbcb5de35cfec2"}}
# Latest commit on the BoringSSL master branch, as of Dec 10, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "57f525e425a95e7c89fa2df926fa93273bd47311"}}
# Latest commit on the OpenSSL master branch, as of Dec 07, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "5fce85ec52a826d53665552b50e67f86c92dc394"}}
# Builds with various Rust versions. Includes MSRV and next
Expand Down

0 comments on commit b0b7537

Please sign in to comment.