summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2023-05-14 20:51:18 -0400
committerGitHub <noreply@github.com>2023-05-14 20:51:18 -0400
commit7a7aa67abcbf6a2c968d3479383d57ebc47a1f29 (patch)
treeaf2580a715f812629f6f3a3e8d760bb1d04adf87
parent4fc8e9aaa12f0b69fca0f36c544543aefb9c5d03 (diff)
downloadcryptography-7a7aa67abcbf6a2c968d3479383d57ebc47a1f29.tar.gz
Bump BoringSSL and/or OpenSSL in CI (#8926)
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 3a3d8e587..c11defdbb 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 13, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "c215ce7e8230786e0d4ec463d95a9e44af513e6a"}}
+ # Latest commit on the BoringSSL master branch, as of May 15, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "c1f5d795c2e5778254c94ca115fb89ff56624b73"}}
# Latest commit on the OpenSSL master branch, as of May 13, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "2b5a546ce1960883febc51f5d2a71a8b7c1b3ab9"}}
timeout-minutes: 15