Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#12526)
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 Feb 28, 2025
1 parent 58e5fa2 commit d89878b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ 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 main branch, as of Feb 26, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "5aa02d024d0f691d0346ee9c2be042426e284923"}}
# Latest commit on the OpenSSL master branch, as of Feb 27, 2025.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "054f6c0fc15e9c11ec4a94b08a9528844005b449"}}
# Latest commit on the BoringSSL main branch, as of Feb 28, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "ad62e9cab15536b1db61a7cb7b316f6fb3e9e563"}}
# Latest commit on the OpenSSL master branch, as of Feb 28, 2025.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "6ef393b89be1f329214ae07388812b245950095f"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
# - 1.70: crates.io sparse protocol by default
Expand Down

0 comments on commit d89878b

Please sign in to comment.