Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#9226)
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] authored Jul 13, 2023
1 parent c997baf commit 7aa4518
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 @@ -44,10 +44,10 @@ jobs:
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.0"}}
- {VERSION: "3.11", NOXSESSION: "tests-randomorder"}
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
# Latest commit on the BoringSSL master branch, as of Jul 12, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "690dcdf5c9792f7ab4ca6e3e009a6e0da9ebe933"}}
# Latest commit on the OpenSSL master branch, as of Jul 12, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0a3733babbbb4e297ccfbc3ece29e95cafca5f2d"}}
# Latest commit on the BoringSSL master branch, as of Jul 13, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b98ce18c5b3f0c28bd64b27b6494f176404da4e4"}}
# Latest commit on the OpenSSL master branch, as of Jul 13, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "66f61ece724a54253da36f70274bc320faf9f4e2"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV:
# 1.60 - pem 2.0.1, once_cell 1.18.0
Expand Down

0 comments on commit 7aa4518

Please sign in to comment.