aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2024-06-12 00:16:25 +0000
committerGitHub <noreply@github.com>2024-06-12 00:16:25 +0000
commit3720c39e59e1954a1bcd3ca8578244d527cefeb7 (patch)
tree8df426106bd4b55fb2e98adb006e4044bebe6900 /.github
parent372ca87896becd029daa86ac0d758380ebfef083 (diff)
downloadpyca-cryptography-3720c39e59e1954a1bcd3ca8578244d527cefeb7.zip
pyca-cryptography-3720c39e59e1954a1bcd3ca8578244d527cefeb7.tar.gz
pyca-cryptography-3720c39e59e1954a1bcd3ca8578244d527cefeb7.tar.bz2
Bump BoringSSL and/or OpenSSL in CI (#11098)
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 076425e..195d7fe 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 11, 2024.
- - {VERSION: "3.12", NOXSESSION: "rust,tests", OPENSSL: {TYPE: "boringssl", VERSION: "a220a6024f66c123019b5c080f6bd8bcaf75448c"}}
+ # 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 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