aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-06-13 00:15:30 +0000
committerGitHub <noreply@github.com>2024-06-13 00:15:30 +0000
commitae5d3a2c068868b6e824a5eec0c455d32da8aa1a (patch)
treef1a83e29debcba168889750bebf2ae1b46f17332 /.github
parent3720c39e59e1954a1bcd3ca8578244d527cefeb7 (diff)
downloadpyca-cryptography-ae5d3a2c068868b6e824a5eec0c455d32da8aa1a.zip
pyca-cryptography-ae5d3a2c068868b6e824a5eec0c455d32da8aa1a.tar.gz
pyca-cryptography-ae5d3a2c068868b6e824a5eec0c455d32da8aa1a.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11100)
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 195d7fe..f8dfb60 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,8 +43,8 @@ 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 12, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "962432c687f67f8df1aa6e3dd364fbc88fea4ed8"}}
+ # Latest commit on the BoringSSL master branch, as of Jun 13, 2024.
+ - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "9cac8a6b38c1cbd45c77aee108411d588da006fe"}}
# Latest commit on the OpenSSL master branch, as of Jun 11, 2024.
- {VERSION: "3.12", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "1977c00f00ad0546421a5ec0b40c1326aee4cddb"}}
# Builds with various Rust versions. Includes MSRV and next