aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-05-31 22:19:25 -0400
committerGitHub <noreply@github.com>2024-05-31 22:19:25 -0400
commit5fbb323a1050b8f37a6348072b1b0c15be6cbd63 (patch)
treeed7d51e34b634b1a1a91ee5f0778ad26a3ed96fb /.github
parentbac21b3fbfe3ff5d70e3a103cfedf7d05bc32187 (diff)
downloadpyca-cryptography-5fbb323a1050b8f37a6348072b1b0c15be6cbd63.zip
pyca-cryptography-5fbb323a1050b8f37a6348072b1b0c15be6cbd63.tar.gz
pyca-cryptography-5fbb323a1050b8f37a6348072b1b0c15be6cbd63.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11044)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5b93e6a..8a650b8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,10 +43,10 @@ jobs:
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.8.4"}}
- {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "libressl", VERSION: "3.9.2"}}
- {VERSION: "3.12", NOXSESSION: "tests-randomorder"}
- # Latest commit on the BoringSSL master branch, as of May 31, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "261579f08b2f8aa7959670df1e928c1c305a632c"}}
- # Latest commit on the OpenSSL master branch, as of May 31, 2024.
- - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "9fcf57b45985336b04579dd317d0dc990a9c062b"}}
+ # Latest commit on the BoringSSL master branch, as of Jun 01, 2024.
+ - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "c8100f0f0d05c5185d58113e12a867ae0771a6c9"}}
+ # Latest commit on the OpenSSL master branch, as of Jun 01, 2024.
+ - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "0285160ffa3b8c2b5491222243042593808298c4"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}