summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpyca-boringbot[bot] <106132319+pyca-boringbot[bot]@users.noreply.github.com>2023-05-10 00:17:59 +0000
committerGitHub <noreply@github.com>2023-05-10 00:17:59 +0000
commit1f883568e5ab88fa34a6d041195d368bff5dc702 (patch)
treef24fe969b3f7b8fd0b049e1ec9a61f81c15811d2
parent3b8cb2b7337a7dc3a004555fd4bfa032e35a34af (diff)
downloadcryptography-1f883568e5ab88fa34a6d041195d368bff5dc702.tar.gz
Bump BoringSSL and/or OpenSSL in CI (#8897)
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 b06ae9771..41fac5d7b 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 09, 2023.
- {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "boringssl", VERSION: "2aae3f58b42e75690f28853f712a2e204857b7f6"}}
- # Latest commit on the OpenSSL master branch, as of May 09, 2023.
- - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "3868807d2fe5a72aa897ce5f7f7ba7e9cc3c09cb"}}
+ # Latest commit on the OpenSSL master branch, as of May 10, 2023.
+ - {VERSION: "3.11", NOXSESSION: "tests", OPENSSL: {TYPE: "openssl", VERSION: "8c63b14296f117b07781509ced529a8955d78fb9"}}
timeout-minutes: 15
steps:
- uses: actions/checkout@v3.5.2