Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#10928)
Browse files Browse the repository at this point in the history
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
  • Loading branch information
pyca-boringbot[bot] and pyca-boringbot[bot] committed May 4, 2024
1 parent d06bb70 commit 39aee4f
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 @@ -43,8 +43,8 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.4"}}
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.9.1"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of May 03, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "d2e3212de29bac1ceed33ca8ab8bbff3f41a2459"}}
# Latest commit on the BoringSSL master branch, as of May 04, 2024.
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "3e89a7e8db8139db356b892ca9993172346c80cf"}}
# Latest commit on the OpenSSL master branch, as of May 03, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "067fbc01b9e867b31c71091d62f0f9012dc9e41a"}}
# Builds with various Rust versions. Includes MSRV and next
Expand Down

0 comments on commit 39aee4f

Please sign in to comment.