summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2023-05-17 00:16:57 +0000
committerGitHub <noreply@github.com>2023-05-17 00:16:57 +0000
commit1de2c14fb203808c647e1e8734e79c17ef7dc123 (patch)
treea0869ba8f2ba7a7a1b622c1ab8b7e82db54b81c5
parentfb0606fd74d01efd319d9f98e0221bed1b45fa2a (diff)
downloadcryptography-1de2c14fb203808c647e1e8734e79c17ef7dc123.tar.gz
Bump BoringSSL and/or OpenSSL in CI (#8937)
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 cbd679da0..273d5d808 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -41,8 +41,8 @@ jobs:
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "libressl", VERSION: "3.7.2"}}
- {VERSION: "3.11", NOXSESSION: "tests-randomorder"}
- {VERSION: "3.12-dev", NOXSESSION: "tests"}
- # Latest commit on the BoringSSL master branch, as of May 16, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "dd9ee6068667ca58c8d6f1c1cea617fd69452ecf"}}
+ # 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"}}
timeout-minutes: 15