aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-06-18 20:23:18 -0400
committerGitHub <noreply@github.com>2024-06-18 20:23:18 -0400
commitc91352e3dde465f56dba67d4709ceaf5012637fd (patch)
treedfe308ce705141c04ebad158aa6c2a184f855b58
parentadc74b3a82f8429259218b6a47443bb6b81456cd (diff)
downloadpyca-cryptography-c91352e3dde465f56dba67d4709ceaf5012637fd.zip
pyca-cryptography-c91352e3dde465f56dba67d4709ceaf5012637fd.tar.gz
pyca-cryptography-c91352e3dde465f56dba67d4709ceaf5012637fd.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11116)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
-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 4b50a23..cd02df5 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 Jun 18, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "e1d209d4432846d28c31d84f269f4edcb9a63509"}}
- # Latest commit on the OpenSSL master branch, as of Jun 18, 2024.
- - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "58301e24f66aa74b13b85a171dd14e6088c35662"}}
+ # Latest commit on the BoringSSL master branch, as of Jun 19, 2024.
+ - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "c6c0b650091e90e6206a361c14a73223f54d42c1"}}
+ # Latest commit on the OpenSSL master branch, as of Jun 19, 2024.
+ - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "5aec3f4a72604d76970581f1ea445b331beda608"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}