Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (#9187)
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 Jul 7, 2023
1 parent 3fd1366 commit 4e3120c
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 06, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "72540c1049732f30bb84e6e5a43f0dd55191cd63"}}
# Latest commit on the OpenSSL master branch, as of Jul 05, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "db2f98c4ebb17a60307f70c330834beffb8f1253"}}
# Latest commit on the BoringSSL master branch, as of Jul 07, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "80dcb67d4481fb1194b9669917e35580c32dc388"}}
# Latest commit on the OpenSSL master branch, as of Jul 07, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "61cc84d9f9d8ad3f918d5bd908096d39b72c3969"}}
# 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 4e3120c

Please sign in to comment.