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 11, 2023
1 parent 6a346f9 commit 5f52516
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 10, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "b975f12a2fa3f313b98b0dc40a9bc9e8c0667d08"}}
# Latest commit on the OpenSSL master branch, as of Oct 10, 2023.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "91895e39b10033178e662fc7427a09d7562cf8e1"}}
# 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"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV:
# 1.64 - maturin
Expand Down

0 comments on commit 5f52516

Please sign in to comment.