aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-06-25 00:16:06 +0000
committerGitHub <noreply@github.com>2024-06-25 00:16:06 +0000
commit428b384c5096d0e2730bee580a3189adf1cd2962 (patch)
tree85c15e3532fc2205ba7f3346094b82ad4b47a0e0
parent94aeb6cbaee6fa2178e398b622a61e23373be6c9 (diff)
downloadpyca-cryptography-428b384c5096d0e2730bee580a3189adf1cd2962.zip
pyca-cryptography-428b384c5096d0e2730bee580a3189adf1cd2962.tar.gz
pyca-cryptography-428b384c5096d0e2730bee580a3189adf1cd2962.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11151)
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 9aeb7f4..8b6da56 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 22, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "45db24b36a030ec54464ea7a26c362f3c82305ee"}}
- # Latest commit on the OpenSSL master branch, as of Jun 24, 2024.
- - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "89c9c3b857b5d68d835c3c3d371dc74a26f568fd"}}
+ # Latest commit on the BoringSSL master branch, as of Jun 25, 2024.
+ - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "12f0f4bec2a6db53a53748dd6001d1aacaae26ba"}}
+ # Latest commit on the OpenSSL master branch, as of Jun 25, 2024.
+ - {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "42a8ef844e5fca55abb608beb62695abe80c6b6d"}}
# Builds with various Rust versions. Includes MSRV and next
# potential future MSRV.
- {VERSION: "3.12", NOXSESSION: "rust,tests", RUST: "1.65.0"}