Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#12419)
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 9, 2025
1 parent 2734b15 commit 0ba177a
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 main branch, as of Feb 08, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "6b1c6f324d49179c2a1a8887e2a51c9410321b55"}}
# Latest commit on the BoringSSL main branch, as of Feb 09, 2025.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "0147d7f28324c5b2923cd1e412e8aaf74124622c"}}
# Latest commit on the OpenSSL master branch, as of Feb 07, 2025.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "78d252889b7d126b9baf5075db6990658c87f85b"}}
# Builds with various Rust versions. Includes MSRV and next
Expand Down

0 comments on commit 0ba177a

Please sign in to comment.