Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI (pyca#9946)
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 Dec 1, 2023
1 parent 6deb2b5 commit f7db900
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 @@ -42,10 +42,10 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.3"}}
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.2"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of Nov 30, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "9d479673ccd027eaee60e4c382ed4a463d471a96"}}
# Latest commit on the OpenSSL master branch, as of Nov 30, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "cc82b09cbde0b809d37c23cb1ef9f1f41fc7f959"}}
# Latest commit on the BoringSSL master branch, as of Dec 01, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "15c811b8f5743476d0fc8e9f9d92f3f1658513f7"}}
# Latest commit on the OpenSSL master branch, as of Dec 01, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "db04cf25f3e0dda77a3b054ae12ae1874b1ae977"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV:
# 1.64 - maturin, workspace inheritance
Expand Down

0 comments on commit f7db900

Please sign in to comment.