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] authored and github-actions[bot] committed Dec 21, 2024
1 parent 65c857d commit 6b3c854
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 @@ -45,10 +45,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 master branch, as of Dec 20, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "be21ef7012f0812bb1c0c8fc226979fa6c301e8d"}}
# Latest commit on the OpenSSL master branch, as of Dec 20, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "53b34561b56b60a812f8f65c777d469e18151e8d"}}
# Latest commit on the BoringSSL master branch, as of Dec 21, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "cf6dc5d38385e4ff6faf9bf0883a67c2f511076b"}}
# Latest commit on the OpenSSL master branch, as of Dec 21, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "b3bb214720f20f3b126ae4b9c330e9a48b835415"}}
# 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 6b3c854

Please sign in to comment.