Skip to content

Commit

Permalink
Bump BoringSSL and/or OpenSSL in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pyca-boringbot[bot] authored Oct 12, 2023
1 parent 40dfa18 commit f17f697
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 @@ -43,10 +43,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.1"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
# Latest commit on the BoringSSL master branch, as of Oct 11, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "d94be4172325d0ac239ef3046d2c609aebeaf00a"}}
# Latest commit on the OpenSSL master branch, as of Oct 11, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "ac0677bd2394c04632f7ad526879a866b6ed149f"}}
# Latest commit on the BoringSSL master branch, as of Oct 12, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "5555991d3729d4231671214f0b9ba4858a5a8a81"}}
# Latest commit on the OpenSSL master branch, as of Oct 12, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "eaee1765a49c6a8ba728e3e2d18bb67bff8aaa55"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV:
# 1.64 - maturin
Expand Down

0 comments on commit f17f697

Please sign in to comment.