summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2023-05-17 20:32:29 -0400
committerGitHub <noreply@github.com>2023-05-17 20:32:29 -0400
commitc7146f9ed3830a9c3120722bc99dda81ce77037d (patch)
tree9cbad1c6ff35fe69dc8270eb4709f620d5105bdd
parentc1ff39ff5cb0a179cd9a8fa44dd94482487e2fa5 (diff)
downloadcryptography-main.tar.gz
Bump BoringSSL and/or OpenSSL in CI (#8942)HEADmain
Co-authored-by: pyca-boringbot[bot] <pyca-boringbot[bot]+106132319@users.noreply.github.com>
-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 261ccdb7a..721b13c70 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -43,8 +43,8 @@ jobs:
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
# Latest commit on the BoringSSL master branch, as of May 17, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "dd5219451c3ce26221762a15d867edf43b463bb2"}}
- # Latest commit on the OpenSSL master branch, as of May 16, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "43d5dac9d00ac486823d949f85ee3ad650b62af8"}}
+ # Latest commit on the OpenSSL master branch, as of May 18, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "219db5e43c4f030a1c9c4a2f28249fd89b05ea0d"}}
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.5.2