Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#9174)
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 Jul 4, 2023
1 parent 44e049c commit e9f7357
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 01, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "5eab868eaa5f7a975d50579182e26902441342be"}}
# Latest commit on the OpenSSL master branch, as of Jul 03, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "42926ca7f237126331a46cad159e6d31e2eafcc8"}}
# Latest commit on the BoringSSL master branch, as of Jul 04, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "63f4b806d6085c1a75e40da7d2de972e781ef588"}}
# Latest commit on the OpenSSL master branch, as of Jul 04, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "5c3c8369f3b42ce4b816606bb9bbad00c664a416"}}
# 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 e9f7357

Please sign in to comment.